Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions packages/change-detection/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions packages/change-detection/packages/change-detector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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