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 {}
npm install --save nxan-core
Importar
import { NxAnCore } from 'nxan-core';
@NgModule({
imports: [
BrowserModule,
NxAnCore,
...
]
...
})
export class AppModule {}
npm i nxan-core
0
1.0.2
MIT