diff --git a/packages/change-detection/README.md b/packages/change-detection/README.md index 21c76126..b47658e2 100644 --- a/packages/change-detection/README.md +++ b/packages/change-detection/README.md @@ -1,5 +1,11 @@ # change-detection +[![npm version](https://badge.fury.io/js/%40angular-package%2Fchange-detection.svg)](https://badge.fury.io/js/%40angular-package%2Fchange-detection) +[![Known Vulnerabilities](https://snyk.io/test/github/angular-package/angular-package/master/packages/change-detection/badge.svg)](https://snyk.io/test/github/angular-package/angular-package/master/packages/change-detection) +[![GitHub issues](https://img.shields.io/github/issues/angular-package/angular-package.svg)](https://github.com/angular-package/angular-package/issues) +[![GitHub stars](https://img.shields.io/github/stars/angular-package/angular-package.svg)](https://github.com/angular-package/angular-package/stargazers) +[![GitHub license](https://img.shields.io/github/license/angular-package/angular-package.svg)](https://github.com/angular-package/angular-package/blob/master/LICENSE) + Decorator to improve application performance by setting initially change detection component state to `Detached` and detect changes on indicated properties on `set`. ```typescript @@ -328,8 +334,8 @@ How do I know when to release 1.0.0? MIT © angular-package ([license](https://github.com/angular-package/angular-package/blob/master/LICENSE)) -[0]: https://github.com/angular-package/angular-package/tree/change-detection/packages/change-detection/packages/change-detector#readme -[1]: https://github.com/angular-package/angular-package/blob/change-detection/packages/change-detection/packages/interface/src/properties.interface.ts -[2]: https://github.com/angular-package/angular-package/blob/change-detection/packages/change-detection/packages/interface/src/options.interface.ts -[3]: https://github.com/angular-package/angular-package/tree/change-detection/packages/change-detection/packages/change-detector#readme +[0]: https://github.com/angular-package/angular-package/tree/master/packages/change-detection/packages/change-detector#readme +[1]: https://github.com/angular-package/angular-package/blob/master/packages/change-detection/packages/interface/src/properties.interface.ts +[2]: https://github.com/angular-package/angular-package/blob/master/packages/change-detection/packages/interface/src/options.interface.ts +[3]: https://github.com/angular-package/angular-package/tree/master/packages/change-detection/packages/change-detector#readme [4]: https://angular.io/api/core/ChangeDetectorRef diff --git a/packages/change-detection/packages/change-detector/README.md b/packages/change-detection/packages/change-detector/README.md index 74e5f759..5d68b30d 100644 --- a/packages/change-detection/packages/change-detector/README.md +++ b/packages/change-detection/packages/change-detector/README.md @@ -379,7 +379,7 @@ How do I know when to release 1.0.0? MIT © angular-package ([license](https://github.com/angular-package/angular-package/blob/master/LICENSE)) -[0]: https://github.com/angular-package/angular-package/tree/change-detection/packages/change-detection#readme -[1]: https://github.com/angular-package/angular-package/blob/change-detection/packages/change-detection/packages/interface/src/properties.interface.ts +[0]: https://github.com/angular-package/angular-package/tree/master/packages/change-detection#readme +[1]: https://github.com/angular-package/angular-package/blob/master/packages/change-detection/packages/interface/src/properties.interface.ts [2]: https://angular.io/api/core/ChangeDetectorRef [3]: https://github.com/angular-package/angular-package/tree/master/packages/core/packages/property-wrapper \ No newline at end of file