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

Skip to content

Commit 9322517

Browse files
authored
Create README.md
1 parent 0a1f8a1 commit 9322517

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

libs/cdk/notifications/docs/README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Resources
2+
3+
**Example applications:**
4+
A demo application is available on [GitHub](https://github.com/BioPhoton/rx-angular-cdk-notifications).
5+
6+
# Motivation
7+
8+
9+
**The Benefits of RxAngular**
10+
11+
-
12+
13+
## Setup
14+
15+
The notifications features can be used directly from the `cdk` package or indirectly through the `template` package.
16+
To do so, install the `cdk` package and, if needed, the packages depending on it:
17+
18+
1. Install `@rx-angular/cdk`
19+
20+
```bash
21+
npm i @rx-angular/cdk
22+
// or
23+
yarn add @rx-angular/cdk
24+
```
25+
26+
## Usage
27+
28+
29+
# Alternative Approaches
30+
31+
- [@angular/cdk/coercion](https://www.npmjs.com/package/@angular/cdk)
32+
33+

0 commit comments

Comments
 (0)