1.0.2 • Published 8 years ago
nxan-core v1.0.2
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 {}