We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce48234 commit b8d2291Copy full SHA for b8d2291
README.md
@@ -2,17 +2,14 @@
2
3
This project provides an Angular demonstration with Form.io platform.
4
5
-### Installation
6
-Type the following to install the demo.
+## Angular Versions
+This application has support for multiple versions of Angular.
7
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
+### Angular 17
+This is the "master" branch of this application, but is also tagged with v7.0.0+ version
+
+### Angular 16
+This is pushed to the "6.0.x" branch of this application, but is also tagged with v6.0.0+ version.
16
17
### Running the demo
18
Type the following to run the demo.
0 commit comments