File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed
packages/change-detection Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
# change-detection
2
2
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
+
3
9
Decorator to improve application performance by setting initially change detection component state to ` Detached ` and detect changes on indicated properties on ` set ` .
4
10
5
11
``` typescript
@@ -328,8 +334,8 @@ How do I know when to release 1.0.0?
328
334
MIT © angular-package ([ license] ( https://github.com/angular-package/angular-package/blob/master/LICENSE ) )
329
335
330
336
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
335
341
[ 4 ] : https://angular.io/api/core/ChangeDetectorRef
Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ How do I know when to release 1.0.0?
379
379
380
380
MIT © angular-package ([ license] ( https://github.com/angular-package/angular-package/blob/master/LICENSE ) )
381
381
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
384
384
[ 2 ] : https://angular.io/api/core/ChangeDetectorRef
385
385
[ 3 ] : https://github.com/angular-package/angular-package/tree/master/packages/core/packages/property-wrapper
You can’t perform that action at this time.
0 commit comments