ragasa-forms-web-core
v0.1.7
Published
Core de componentes para forms ragasa 'solo para Web'
Downloads
4
Maintainers
Readme
RagasaFormsWebCore
Ragasa Core Web Mantiene core solo para web es necesario para instalar las dependencias de ragasa forms
This library was generated with Angular CLI version 9.1.13.
Code scaffolding
Run ng generate component component-name --project ragasa-forms-web-core to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project ragasa-forms-web-core.
Note: Don't forget to add
--project ragasa-forms-web-coreor else it will be added to the default project in yourangular.jsonfile.
Build
Run ng build ragasa-forms-web-core to build the project. The build artifacts will be stored in the dist/ directory.
Publishing
After building your library with ng build ragasa-forms-web-core --prod, go to the dist folder cd dist/ragasa-forms-web-core and run npm publish.
Running unit tests
Run ng test ragasa-forms-web-core 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 README.
Librerias necesarias para funcionalidad de core web
- @angular/common ^v6.x.
- @angular/core": ^v6.x,
- ngx-drag-drop": ^v2.x,
- angular2-signaturepad ^v3.x
- ngx-bootstrap ^v6.2.x
Importar estilos
Para importar los estilos diseñados internamente puedes importarlos en el siguiente archivo angular.json de tu proyecto
"architect": {
"options": {
"styles": [
"node_modules/ragasa-forms-web-core/assets/custom.css"
]
}
}