This library was generated with Angular CLI version 11.0.7.
Run ng generate component component-name --project wfnetc1components
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project wfnetc1components
.
Note: Don't forget to add
--project wfnetc1components
or else it will be added to the default project in yourangular.json
file.
Run ng build wfnetc1components
to build the project. The build artifacts will be stored in the dist/
directory.
After building your library with ng build wfnetc1components
, go to the dist folder cd dist/wfnetc1components
and run npm publish
.
Run ng test wfnetc1components
to execute the unit tests via Karma.
This project uses the framework compodoc to generate the documentation for the code.
For more information about compodoc.
For generate the documentation you must run the following script from \WFNetC1Components
path:
npm run compodoc
outpath: \WFNetC1Components\documentation\index.html
For write documentation, you need to write in the JsDoc format.
You can see the support SJDoc tags by compodoc here.
If you write code, you need to write comments, because otherwise it is possible that the build will fail. Every time the build process is executed, the coverage of the comments is validated.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.