Skip to content

Commit b8d2291

Browse files
authored
Update README.md
1 parent ce48234 commit b8d2291

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

README.md

+7-10
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,14 @@
22

33
This project provides an Angular demonstration with Form.io platform.
44

5-
### Installation
6-
Type the following to install the demo.
5+
## Angular Versions
6+
This application has support for multiple versions of Angular.
77

8-
```
9-
npm install -g @angular/cli
10-
npm install
11-
```
12-
Incase of error while running npm install use below command
13-
```
14-
npm install --save --legacy-peer-deps
15-
```
8+
### Angular 17
9+
This is the "master" branch of this application, but is also tagged with v7.0.0+ version
10+
11+
### Angular 16
12+
This is pushed to the "6.0.x" branch of this application, but is also tagged with v6.0.0+ version.
1613

1714
### Running the demo
1815
Type the following to run the demo.

0 commit comments

Comments
 (0)