ng-implementation/my-workspace/projects/sae-lib
2025-10-06 18:31:10 +02:00
..
alert-box CSC: nav with modal event 2025-09-26 12:42:25 +02:00
breadcrumbs/index add props to main button 2025-09-10 13:00:31 +02:00
buttons up feedback button, docker frontend csc 2025-10-06 17:31:01 +02:00
chatbot/bot-talks hide nav on similar cases page 2025-09-24 11:40:51 +02:00
colours/color-display CSC link state to filters 2025-09-10 16:02:31 +02:00
filters/filters-group up style multi selector 2025-10-06 18:31:10 +02:00
forms/login-form ajout page accueil CSC 2025-08-22 11:57:56 +02:00
inbox unique selectors for lib new components 2025-09-16 16:50:21 +02:00
inputs up style multi selector 2025-10-06 18:31:10 +02:00
layouts/index unique selectors for lib new components 2025-09-16 16:50:21 +02:00
modal/confirm CSC: nav with modal event 2025-09-26 12:42:25 +02:00
node_modules rename airwatch folder 2025-09-09 14:43:57 +02:00
pages/login ajout page accueil CSC 2025-08-22 11:57:56 +02:00
popups unique selectors for lib new components 2025-09-16 16:50:21 +02:00
public navbar fixe csc, bot message style 2025-09-02 14:16:41 +02:00
radius/index add props to main button 2025-09-10 13:00:31 +02:00
services up login page 2025-10-03 11:08:34 +02:00
src login typo, loop in feedback 2025-09-25 16:22:43 +02:00
strokes/index unique selectors for lib new components 2025-09-16 16:50:21 +02:00
tabs/index unique selectors for lib new components 2025-09-16 16:50:21 +02:00
tags unique selectors for lib new components 2025-09-16 16:50:21 +02:00
toggles/index unique selectors for lib new components 2025-09-16 16:50:21 +02:00
typo/index csc loading spinner 2025-09-22 09:59:08 +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 rename airwatch folder 2025-09-09 14:43:57 +02:00
package.json add props to main button 2025-09-10 13:00:31 +02:00
README.md up main page of csc 2025-09-24 11:06:25 +02:00
tsconfig.lib.json styling multi filters 2025-09-15 16:09:20 +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.