1.0.2 • Published 8 years ago
nxan-itcore v1.0.2
Libreria angular para el area IT de Banhaia
Instalar
npm install --save nxan-itcore
Importar
import { NxAnItCore } from 'nxan-itcore';
@NgModule({
imports: [
BrowserModule,
NxAnItCore,
...
]
...
})
export class AppModule {}