1.44.25 • Published 6 months ago

@cognizone/ng-legifront v1.44.25

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

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-legifront or else it will be added to the default project in your angular.json file.

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 start in the app your developing, the aforementioned build script has a 99% to break it so you'll have to restart you npm start after 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 link or other symlink related solutions so that your_app/node_modules/@cognizone/ng-legifront links to ./projects/cognizone/ng-legifront/src/public-api
  • Do not commit your changes to ng-package.json!

Hello Jenkins

1.44.25

6 months ago