Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 086d038

Browse files
update(doc): add install notes for Angular 6
1 parent f1b3589 commit 086d038

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ different layouts, sizing, visibilities for different viewport sizes and display
1818

1919
---
2020

21+
### Angular 6
22+
23+
When upgrading your application to use Angular 6 and RxJS 6, you must install release 6.x of Flex Layout:
24+
25+
```shell
26+
npm i --save @angular/[email protected]
27+
```
28+
29+
---
30+
2131
### Quick Links
2232

2333
* [ChangeLog](https://github.com/angular/flex-layout/blob/master/CHANGELOG.md)
@@ -59,4 +69,4 @@ Demos
5969
The sources for this package are in the [Flex Layout](https://github.com/angular/flex-layout) repository. <br/>
6070
Please file issues and pull requests against that repo.
6171

62-
License: MIT
72+
License: MIT

0 commit comments

Comments
 (0)