Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 094003a

Browse files
authored
Update README.md
1 parent 49790de commit 094003a

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed

libs/cdk/notifications/README.md

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,30 @@
1-
# cdk-notifications
1+
# @rx-angular/cdk/notifications
22

3-
This library was generated with [Nx](https://nx.dev).
3+
[![npm](https://img.shields.io/npm/v/%40rx-angular%2Fcdk.svg)](https://www.npmjs.com/package/%40rx-angular%2Fcdk)
4+
![rx-angular CI](https://github.com/rx-angular/rx-angular/workflows/rx-angular%20CI/badge.svg?branch=master)
5+
[![Coverage Status](https://raw.githubusercontent.com/rx-angular/rx-angular/github-pages/docs/test-coverage/cdk/jest-coverage-badge.svg)](https://rx-angular.github.io/rx-angular/test-coverage/cdk/lcov-report/index.html)
46

5-
## Running unit tests
7+
## A small typed and documented convenience helper to handle contextual state like laoding, complete and eror .
8+
9+
`@rx-angular/cdk/notifications` is
10+
11+
## Key features
12+
13+
- ✅ Assertion if values get coalesced
14+
15+
## Demos:
16+
17+
- [⚡ GitHub](https://github.com/BioPhoton/rx-angular-cdk-notifications)
18+
19+
## Install
20+
21+
```bash
22+
npm install --save @rx-angular/cdk
23+
# or
24+
yarn add @rx-angular/cdk
25+
```
26+
27+
## Documentation
28+
29+
- [Notifications](https://github.com/rx-angular/rx-angular/tree/master/libs/cdk/notifications/docs/Readme.md)
630

7-
Run `nx test cdk-notifications` to execute the unit tests.

0 commit comments

Comments
 (0)