Angular common lib by bigBear713, include some common component
, directive
, pipe
, service
.
- 支持组件的更新策略为
ChangeDetectionStrategy.OnPush
; - 支持在
standalone component
中使用; - 支持以
standalone component
的方式引入;
@bigbear713/nb-common | @angular/core |
---|---|
^12.0.0 | ^12.0.0 |
^13.0.0 | ^13.0.0 |
^14.0.0 | ^14.0.0 |
^15.0.0 | ^15.0.0 |
^16.0.0 | ^16.0.0 |
^17.0.0 | ^17.0.0 |
^18.0.0 | ^18.0.0 |
$ npm i @bigbear713/nb-common
// or
$ yarn add @bigbear713/nb-common
- 安装依赖:
npm i
- 编译nb-common库
npm run build:lib
- 运行nb-common单元测试
npm run test:lib
- 启动demo项目
npm start
- 部署demo
npm run build
欢迎提feature和PR,一起使该项目更好
MIT