ng-task-management v0.0.2
NgTaskManagement
This library was generated with Angular CLI version 11.0.9.
Code scaffolding
Run ng generate component component-name --project ng-task-management to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project ng-task-management.
Note: Don't forget to add
--project ng-task-managementor else it will be added to the default project in yourangular.jsonfile.
Build
Run ng build ng-task-management to build the project. The build artifacts will be stored in the dist/ directory.
Publishing
After building your library with ng build ng-task-management, go to the dist folder cd dist/ng-task-management and run npm publish.
Running unit tests
Run ng test ng-task-management to execute the unit tests via Karma.
Further help
Import module TasksModule in main app module imports array.
In the router you can import TaskDashboardComponent component or any component as a component tag <task-dashboard></task-dashboard>