ngx-ibk-monolith-ui-demo v0.1.6
FtiMonolithWebComponent
This library was generated with Angular CLI version 16.2.4.
Code scaffolding
Run ng generate component component-name --project fti-monolith-web-component to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project fti-monolith-web-component.
Note: Don't forget to add
--project fti-monolith-web-componentor else it will be added to the default project in yourangular.jsonfile.
Code Dependencia style
Importar:
"node_modules/ngx-ibk-monolith-ui-demo/src/lib/theme/fti-theme.scss"Agregar en styleangular.jsonfile.Importar: cuando es MF : Agregar en assets
proyect.jsonfile.
"assets": [
"src/favicon.ico",
"src/assets",
{
"glob": "**/*",
"input": "node_modules/ngx-ibk-monolith-ui-demo/src/lib/theme",
"ignore": ["**/fti-theme.scss"],
"output": ""
}
]Build
Run ng build fti-monolith-web-component to build the project. The build artifacts will be stored in the dist/ directory.
Publishing
After building your library with ng build fti-monolith-web-component, go to the dist folder cd dist/fti-monolith-web-component and run npm publish.
Running unit tests
Run ng test fti-monolith-web-component to execute the unit tests via Karma.
Further help
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.