Skip to content

Latest commit

 

History

History
101 lines (72 loc) · 2.21 KB

README.CN.md

File metadata and controls

101 lines (72 loc) · 2.21 KB

@bigbear713/nb-common

Angular common lib by bigBear713, include some common component, directive, pipe, service.

OnlineDemo

Bug Report

Feature Request


Document


Changelog


Readme


Feature

  • 支持组件的更新策略为ChangeDetectionStrategy.OnPush;
  • 支持在standalone component中使用;
  • 支持以standalone component的方式引入;

Version

nb-common的大版本和Angular的大版本保持对应关系
@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

Installation

$ npm i @bigbear713/nb-common
// or
$ yarn add @bigbear713/nb-common

启动demo项目

  • 安装依赖:
npm i
  • 编译nb-common库
npm run build:lib
  • 运行nb-common单元测试
npm run test:lib
  • 启动demo项目
npm start
  • 部署demo
npm run build

贡献者

欢迎提feature和PR,一起使该项目更好

bigBear713


License

MIT