This project was generated using Angular CLI version 19.1.0.
Angular CLI includes powerful code scaffolding tools. To generate a new component, run:
ng generate component component-nameFor a complete list of available schematics (such as components, directives, or pipes), run:
ng generate --helpTo build the library, run:
ng build design-systemThis command will compile your project, and the build artifacts will be placed in the dist/ directory.
Once the project is built, you can publish your library by following these steps:
-
Navigate to the
distdirectory:cd dist/design-system -
Run the
npm publishcommand to publish your library to the npm registry:npm publish
For more information on using the Angular CLI, including detailed command references, visit the Angular CLI Overview and Command Reference page.