nxan-core
v1.0.2
Published
Libreria oficial de NinoxNet para angular
Downloads
2
Readme
Libreria oficial de NinoxNet para Angular
Instalar
npm install --save nxan-core
Importar
import { NxAnCore } from 'nxan-core';
@NgModule({
imports: [
BrowserModule,
NxAnCore,
...
]
...
})
export class AppModule {}