@enervance/module-auth-planning
v21.1.0
Published
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0.
Downloads
691
Maintainers
Keywords
Readme
ModuleAuthPlanning
This project was generated using Angular CLI version 20.0.0.
Building
To build the library, run:
ng build module-auth-planningThis 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:
Navigate to the
distdirectory:cd dist/module-auth-planningRun the
npm publishcommand 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