This is a component library for Angular 11.2 and up built by TechnoCIS
Create and Angular App and run ng add @technocis/rustic-angular
ng new app-name
cd app-name
ng add @technocis/rustic-angular
This will install the library.
The documentation is available at https://technocis.github.io/rustic-angular
Clone/Fork this repository and run npm install
. The library folder is available at ./projects/rustic
. Run npm run storybook
for the storybook dev server. Navigate to http://localhost:6006/
. The app will automatically reload if you change any of the source library or application files.
Run ng generate component component-name --project Rustic
to generate a new component in the library folder.
Run ng generate component component-name
to generate a new component in the debug app.
Run ng build:lib
to build the production version of the library . Run just ng build
to build the angular app project. The build artifacts will be stored in the dist/
directory.
The NPM package for the library is available here