No description
- TypeScript 82.1%
- HTML 12.5%
- CSS 5.4%
| projects/common-components | ||
| .gitignore | ||
| angular.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
AngularLibraries
Dependencies
- Angular
- Angular Material
- jwtdecode
Building the library
In angular-libraries
npx ng build common-components --configuration production
cd dist/common-components
npm pack
This produces an archive file that can be copied and installed from another project
npm install /absolute/path/to/dist/common-components/common-components-1.0.0.tgz