A magic test bed for angular
npm install @peejay-solutions/ng-magic-test-bedng generate component component-name --project ng-magic-test-bed to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project ng-magic-test-bed.
--project ng-magic-test-bed or else it will be added to the default project in your angular.json file.
ng build ng-magic-test-bed to build the project. The build artifacts will be stored in the dist/ directory.
ng build ng-magic-test-bed, go to the dist folder cd dist/ng-magic-test-bed and run npm publish.
ng test ng-magic-test-bed to execute the unit tests via Karma.
ng help or go check out the Angular CLI Overview and Command Reference page.