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 28584dd commit d12ffc8Copy full SHA for d12ffc8
projects/ngx-breadcrumb/README.md
@@ -9,10 +9,25 @@ npm install ngx-dynamic-breadcrumb
9
```
10
11
**yarn**
12
+
13
```shell
14
yarn add ngx-dynamic-breadcrumb
15
16
17
+### Platform Version
18
19
+> For Angular version >= v12
20
21
+```shell
22
+npm install ngx-dynamic-breadcrumb@latest
23
+```
24
25
+> For Angular version >= 9 & < 12
26
27
28
+npm install [email protected]
29
30
31
### 1. Import the `NgxBreadcrumbModule`
32
33
Import `NgxBreadcrumbModule` in the `NgModule` of your application's root module.
projects/ngx-breadcrumb/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ngx-dynamic-breadcrumb",
3
- "version": "1.0.11",
+ "version": "2.0.0",
4
"typings": "ngx-dynamic-breadcrumb.d.ts",
5
"peerDependencies": {
6
"@angular/common": ">= 12.0.0",
0 commit comments