File tree 1 file changed +27
-4
lines changed 1 file changed +27
-4
lines changed Original file line number Diff line number Diff line change 1
- # cdk- notifications
1
+ # @ rx-angular/cdk / notifications
2
2
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 )
4
6
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 )
6
30
7
- Run ` nx test cdk-notifications ` to execute the unit tests.
You can’t perform that action at this time.
0 commit comments