Ngx-App-Common
Ngx App Common is a versatile Angular library designed to streamline your development process by providing a suite of common, reusable components. With this package, you can easily integrate essential features into your Angular applications, improving efficiency and maintainability.
This library was generated with Angular CLI version 18.0.0.
Note : Kindly install npm install bootstrap
before installing this package. Don't use this package for SSR right this moment, as we are working on that.
Features
-
Common Input Component: <ngx-input></ngx-input>
- A customizable input component that can be used in both reactive and template-driven forms.
-
Common Select Component: <ngx-select></ngx-select>
- A flexible select dropdown component that supports multiple configurations.
-
Common Date Picker Component: <ngx-datepicker></ngx-datepicker>
- An easy-to-use datepicker component with a variety of options and formats.
-
Common Icon Component: <ngx-icon></ngx-icon>
- A powerful icon component that supports dynamic beautiful SVG icons.
Documentation
Explore our Documentation to learn more about the full range of components and their configurations.
Code scaffolding
Run ng generate component component-name --project ngx-app-common
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project ngx-app-common
.
Note: Don't forget to add --project ngx-app-common
or else it will be added to the default project in your angular.json
file.
Build
Run ng build ngx-app-common
to build the project. The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with ng build ngx-app-common
, go to the dist folder cd dist/ngx-app-common
and run npm publish
.
Running unit tests
Run ng test ngx-app-common
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.