Skip to content

Commit 8e60955

Browse files
author
angularpackage
committed
docs(README.md): Add shields, badges.
1 parent f05a92d commit 8e60955

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/change-detection/README.md

Lines changed: 6 additions & 0 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

0 commit comments

Comments
 (0)