ng-implementation/my-workspace/projects/sae-lib
2025-08-19 16:20:07 +02:00
..
alert-box refacto styles for storybook 2025-08-19 16:20:07 +02:00
breadcrumbs/index storybook for toggle button 2025-08-19 12:06:19 +02:00
buttons create design system categories components 2025-08-14 14:46:35 +02:00
chatbot/bot-talks renommage de lib, rendre buildable 2025-08-08 10:57:00 +02:00
colours move existing lib components to inbox 2025-08-14 14:58:17 +02:00
effects/index create design system categories components 2025-08-14 14:46:35 +02:00
filters/filters-group renommage de lib, rendre buildable 2025-08-08 10:57:00 +02:00
icons/index create design system categories components 2025-08-14 14:46:35 +02:00
inbox move existing lib components to inbox 2025-08-14 14:58:17 +02:00
inputs/index create design system categories components 2025-08-14 14:46:35 +02:00
layouts/index create design system categories components 2025-08-14 14:46:35 +02:00
node_modules up storybook 2025-08-19 12:05:42 +02:00
popups create design system categories components 2025-08-14 14:46:35 +02:00
radius/index storybook for toggle button 2025-08-19 12:06:19 +02:00
src refacto styles for storybook 2025-08-19 16:20:07 +02:00
strokes/index create design system categories components 2025-08-14 14:46:35 +02:00
tabs/index create design system categories components 2025-08-14 14:46:35 +02:00
tags create design system categories components 2025-08-14 14:46:35 +02:00
toggles/index create design system categories components 2025-08-14 14:46:35 +02:00
typo/index create design system categories components 2025-08-14 14:46:35 +02:00
.npmrc migrate alert-box in lib, up route airwatch demo layout 2025-08-11 11:56:52 +02:00
eslint.config.js renommage de lib, rendre buildable 2025-08-08 10:57:00 +02:00
ng-package.json renommage de lib, rendre buildable 2025-08-08 10:57:00 +02:00
package-lock.json renommage de lib, rendre buildable 2025-08-08 10:57:00 +02:00
package.json add redux in csc 2025-08-08 11:31:27 +02:00
README.md renommage de lib, rendre buildable 2025-08-08 10:57:00 +02:00
tsconfig.lib.json create design system categories components 2025-08-14 14:46:35 +02:00
tsconfig.lib.prod.json renommage de lib, rendre buildable 2025-08-08 10:57:00 +02:00
tsconfig.spec.json renommage de lib, rendre buildable 2025-08-08 10:57:00 +02:00

SaeLib

This project was generated using Angular CLI version 20.1.0.

Code scaffolding

Angular CLI includes powerful code scaffolding tools. To generate a new component, run:

ng generate component component-name

For a complete list of available schematics (such as components, directives, or pipes), run:

ng generate --help

Building

To build the library, run:

ng build sae-lib

This command will compile your project, and the build artifacts will be placed in the dist/ directory.

Publishing the Library

Once the project is built, you can publish your library by following these steps:

  1. Navigate to the dist directory:

    cd dist/sae-lib
    
  2. Run the npm publish command to publish your library to the npm registry:

    npm publish
    

Running unit tests

To execute unit tests with the Karma test runner, use the following command:

ng test

Running end-to-end tests

For end-to-end (e2e) testing, run:

ng e2e

Angular CLI does not come with an end-to-end testing framework by default. You can choose one that suits your needs.

Additional Resources

For more information on using the Angular CLI, including detailed command references, visit the Angular CLI Overview and Command Reference page.