reusable-ui-library v1.0.14
reusable-ui-Library
This library was generated with Angular CLI version 16.2.0.
Code scaffolding
Run ng generate component component-name --project reusable-ui-library to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project reusable-ui-library.
Note: Don't forget to add
--project reusable-ui-libraryor else it will be added to the default project in yourangular.jsonfile.
Added ng add support
To Install this library and import module automatically in app module execute
ng add reusable-ui-libraryin command line.
UI-components present in this library
- form-generic-input
- form-generic-toggle
- form-generic-spinner
To generate this
ng g reusable-ui-library:add-loader --type <name of animation>
This will add generic spinner component in app.component.html
- Available Animations
pacmanball-8bitsball-atomball-beatball-circusball-climbing-dotball-clip-rotateball-clip-rotate-multipleball-clip-rotate-pulseball-elastic-dotsball-fallball-fussionball-grid-beatball-grid-pulseball-newton-cradleball-pulseball-pulse-riseball-pulse-syncball-rotateball-running-dotsball-scaleball-scale-multipleball-scale-pulseball-scale-rippleball-scale-ripple-multipleball-spinball-spin-clockwiseball-spin-clockwise-fadeball-spin-clockwise-fade-rotatingball-spin-fadeball-spin-fade-rotatingball-spin-rotateball-square-clockwise-spinball-square-spinball-triangle-pathball-zig-zagball-zig-zag-deflectcogcube-transitionfireline-scaleline-scale-partyline-scale-pulse-outline-scale-pulse-out-rapidline-spin-clockwise-fadeline-spin-clockwise-fade-rotatingline-spin-fadeline-spin-fade-rotatingpacmansquare-jelly-boxsquare-loadersquare-spintimertriangle-skew-spin
- generic-autocomplete
- generic-toastr
- Paginator
- generic-datepicker
- login-form-component (basic form which can be generated using angular schematics)
To generate this
ng g reusable-ui-library:login-form-component --name <name of component>
Build
Run ng build reusable-ui-library to build the project. The build artifacts will be stored in the dist/ directory.
Publishing
After building your library with ng build reusable-ui-library, go to the dist folder cd dist/reusable-ui-library and run npm publish.
Running unit tests
Run ng test reusable-ui-library 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.