Skip to content

Commit d2c834c

Browse files
Merge pull request #18 from angular-package/change-detection
Change detection
2 parents 1256cd0 + 8e60955 commit d2c834c

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

packages/change-detection/README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# change-detection
22

3+
[![npm version](https://badge.fury.io/js/%40angular-package%2Fchange-detection.svg)](https://badge.fury.io/js/%40angular-package%2Fchange-detection)
4+
[![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)
5+
[![GitHub issues](https://img.shields.io/github/issues/angular-package/angular-package.svg)](https://github.com/angular-package/angular-package/issues)
6+
[![GitHub stars](https://img.shields.io/github/stars/angular-package/angular-package.svg)](https://github.com/angular-package/angular-package/stargazers)
7+
[![GitHub license](https://img.shields.io/github/license/angular-package/angular-package.svg)](https://github.com/angular-package/angular-package/blob/master/LICENSE)
8+
39
Decorator to improve application performance by setting initially change detection component state to `Detached` and detect changes on indicated properties on `set`.
410

511
```typescript
@@ -328,8 +334,8 @@ How do I know when to release 1.0.0?
328334
MIT © angular-package ([license](https://github.com/angular-package/angular-package/blob/master/LICENSE))
329335

330336

331-
[0]: https://github.com/angular-package/angular-package/tree/change-detection/packages/change-detection/packages/change-detector#readme
332-
[1]: https://github.com/angular-package/angular-package/blob/change-detection/packages/change-detection/packages/interface/src/properties.interface.ts
333-
[2]: https://github.com/angular-package/angular-package/blob/change-detection/packages/change-detection/packages/interface/src/options.interface.ts
334-
[3]: https://github.com/angular-package/angular-package/tree/change-detection/packages/change-detection/packages/change-detector#readme
337+
[0]: https://github.com/angular-package/angular-package/tree/master/packages/change-detection/packages/change-detector#readme
338+
[1]: https://github.com/angular-package/angular-package/blob/master/packages/change-detection/packages/interface/src/properties.interface.ts
339+
[2]: https://github.com/angular-package/angular-package/blob/master/packages/change-detection/packages/interface/src/options.interface.ts
340+
[3]: https://github.com/angular-package/angular-package/tree/master/packages/change-detection/packages/change-detector#readme
335341
[4]: https://angular.io/api/core/ChangeDetectorRef

packages/change-detection/packages/change-detector/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ How do I know when to release 1.0.0?
379379

380380
MIT © angular-package ([license](https://github.com/angular-package/angular-package/blob/master/LICENSE))
381381

382-
[0]: https://github.com/angular-package/angular-package/tree/change-detection/packages/change-detection#readme
383-
[1]: https://github.com/angular-package/angular-package/blob/change-detection/packages/change-detection/packages/interface/src/properties.interface.ts
382+
[0]: https://github.com/angular-package/angular-package/tree/master/packages/change-detection#readme
383+
[1]: https://github.com/angular-package/angular-package/blob/master/packages/change-detection/packages/interface/src/properties.interface.ts
384384
[2]: https://angular.io/api/core/ChangeDetectorRef
385385
[3]: https://github.com/angular-package/angular-package/tree/master/packages/core/packages/property-wrapper

0 commit comments

Comments
 (0)