You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ npm run build:app-lob
39
39
## Dev Server
40
40
41
41
### Default App
42
-
To start the application dev server (including IE support) run:
42
+
To start the application dev server run:
43
43
44
44
```
45
45
npm run start
@@ -53,7 +53,7 @@ npm run start:es6
53
53
54
54
### Line of Business App
55
55
56
-
To start the application dev server (including IE support) run:
56
+
To start the application dev server run:
57
57
```
58
58
npm run start:app-lob
59
59
```
@@ -64,7 +64,7 @@ npm run start:app-lob
64
64
65
65
### Default App
66
66
67
-
To generate the live editing applications along with the dev server (including IE support) run:
67
+
To generate the live editing applications along with the dev server run:
68
68
```
69
69
npm run start:live-editing
70
70
```
@@ -76,14 +76,14 @@ npm run start:live-editing:es6
76
76
```
77
77
78
78
79
-
To generate live editing applications, using only **Sass** for styling (excluding IE and Edge support) run:
79
+
To generate live editing applications, using only **Sass** for styling run:
80
80
```
81
81
npm run start:live-editing:noCss
82
82
```
83
83
84
84
### Line of Business App
85
85
86
-
To generate the live editing applications along with the dev server (including IE support) run:
86
+
To generate the live editing applications along with the dev server run:
87
87
```
88
88
npm run start:app-lob:live-editing
89
89
```
@@ -100,7 +100,7 @@ Live-editing [documentation could be found here](https://github.com/IgniteUI/ign
100
100
101
101
One of the most important functionality is the Configurator Generator as each Ignite UI for Angular component has a separate configurations (config) generator - [read the following section if you are interested in the actual structure and how to configure it](https://github.com/IgniteUI/igniteui-live-editing#configuration-generator).
102
102
### Live-Editing Watcher
103
-
Use this command to start the server with capability to regenerate [live editing](https://github.com/IgniteUI/igniteui-angular-samples/blob/master/live-editing/README.md) JSON files (e.g. `"/src/assets/samples/avatar-sample-3.json"`) when a change related to the samples is made (including IE support):
103
+
Use this command to start the server with capability to regenerate [live editing](https://github.com/IgniteUI/igniteui-angular-samples/blob/master/live-editing/README.md) JSON files (e.g. `"/src/assets/samples/avatar-sample-3.json"`) when a change related to the samples is made:
0 commit comments