No description
  • TypeScript 82.1%
  • HTML 12.5%
  • CSS 5.4%
Find a file
Jean-Noel Colin 8e39f76788 WIP
2026-04-27 18:49:37 +02:00
projects/common-components WIP 2026-04-27 18:49:37 +02:00
.gitignore Update 2025-08-21 16:23:09 +02:00
angular.json Updated to Angular 20.3 2026-01-08 16:12:01 +01:00
package-lock.json WIP 2026-04-27 18:49:37 +02:00
package.json Updated to Angular 20.3 2026-01-08 16:12:01 +01:00
README.md Updated to Angular 20.3 2026-01-08 16:12:01 +01:00
tsconfig.json Initial load 2025-08-21 16:06:42 +02:00

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