Skip to content

Commit d12ffc8

Browse files
authored
chore: v2 release for ivy engine (#7)
1 parent 28584dd commit d12ffc8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

projects/ngx-breadcrumb/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,25 @@ npm install ngx-dynamic-breadcrumb
99
```
1010

1111
**yarn**
12+
1213
```shell
1314
yarn add ngx-dynamic-breadcrumb
1415
```
1516

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+
```shell
28+
npm install [email protected]
29+
```
30+
1631
### 1. Import the `NgxBreadcrumbModule`
1732

1833
Import `NgxBreadcrumbModule` in the `NgModule` of your application's root module.

projects/ngx-breadcrumb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-dynamic-breadcrumb",
3-
"version": "1.0.11",
3+
"version": "2.0.0",
44
"typings": "ngx-dynamic-breadcrumb.d.ts",
55
"peerDependencies": {
66
"@angular/common": ">= 12.0.0",

0 commit comments

Comments
 (0)