@data-studio/designer dependencies: 1.jquery 2.lodash 3.moment 4.alertify
npm install @data-studio/designer@data-studio/designer dependencies:
1.jquery
2.lodash
3.moment
4.alertify
ng generate component component-name --project designer to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project designer.
--project designer or else it will be added to the default project in your angular.json file.
ng build designer to build the project. The build artifacts will be stored in the dist/ directory.
ng build designer, go to the dist folder cd dist/designer and run npm publish.
ng test designer to execute the unit tests via Karma.
ng help or go check out the Angular CLI README.