File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,3 +137,12 @@ ig new "MyApp" --framework=angular --type=igx-ts --template=side-nav-auth
137137ng g @igniteui/angular-schematics:upgrade-packages
138138# Will prompt for Infragistics credentials
139139```
140+
141+ ** "Create a new Web Components app with a grid"**
142+ ``` bash
143+ ig new " WCApp" --framework=webcomponents --type=igc-ts --template=side-nav
144+ cd WCApp
145+ ig list # confirm: grid templateId
146+ ig add grid ProductsGrid
147+ ig start
148+ ```
Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ ig new "<AppName>" --framework=<f> --type=<t> --template=<tmpl> --theme=<theme>
2020| Angular | ` igx-ts-legacy ` | Ignite UI for Angular — module-based bootstrapping |
2121| Angular | ` ig-ts ` | Ignite UI Angular JS Wrappers |
2222| React | ` igr-es6 ` | Ignite UI for React (native components) |
23- | React | ` ig-ts ` | Ignite UI jQuery React Wrappers |
23+ | React | ` igr-ts ` | Ignite UI React Wrappers |
24+ | WebComponents | ` igc-ts ` | Ignite UI WebComponents |
2425| jQuery | ` js ` | Default — ` --type ` not required |
2526
2627### Templates
You can’t perform that action at this time.
0 commit comments