gct-ng-abp-modules-test v0.0.1
GctNgAbpModules
This library was generated with Angular CLI version 11.0.9.
Code scaffolding
Run ng generate component component-name --project gct-ng-abp-modules to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project gct-ng-abp-modules.
Note: Don't forget to add
--project gct-ng-abp-modulesor else it will be added to the default project in yourangular.jsonfile.
Build
Run ng build gct-ng-abp-modules to build the project. The build artifacts will be stored in the dist/ directory.
Publishing
After building your library with ng build gct-ng-abp-modules, go to the dist folder cd dist/gct-ng-abp-modules and run npm publish.
Running unit tests
Run ng test gct-ng-abp-modules to execute the unit tests via Karma.
Further help
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.
abp-ng2-module 依赖包bug影响打包解决方法
- 使用patch-package修改Node.js依赖包内容,操作参考: https://blog.csdn.net/ghosind/article/details/83692873
- 修改 tsconfig文件配置 在compilerOptions内添加 "skipLibCheck": true ,跳过类型检查
5 years ago