@cognizone/ng-legifront
v1.44.25
Published
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.14.
Keywords
Readme
NgLegifront
This library was generated with Angular CLI version 8.2.14.
Code scaffolding
Run ng generate component component-name --project ng-legifront to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project ng-legifront.
Note: Don't forget to add
--project ng-legifrontor else it will be added to the default project in yourangular.jsonfile.
Dev
If you want to test how this lib behaves in your app while developing it, you can adapt ng-package.json to look like this:
{
"$schema": "../../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "/home/william/Dev/cognizone/Lux_SCL/traites/frontend/node_modules/@cognizone/ng-legifront", // this part
"lib": {
"entryFile": "src/public-api.ts"
}
}Then you can npm run build:ng-legifront at the root of this repository. A few things to keep in mind:
- If you are running a
npm startin the app your developing, the aforementioned build script has a 99% to break it so you'll have to restart younpm startafter the build finishes. - If you want to investigate a better solution to integrate this lib while working, you might want to take a look at
npm linkor other symlink related solutions so thatyour_app/node_modules/@cognizone/ng-legifrontlinks to./projects/cognizone/ng-legifront/src/public-api - Do not commit your changes to
ng-package.json!
Hello Jenkins
