Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1f8a1 commit 9322517Copy full SHA for 9322517
libs/cdk/notifications/docs/README.md
@@ -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