We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa123b commit 0f8cf71Copy full SHA for 0f8cf71
README.md
@@ -32,6 +32,17 @@ Afterwards, from your terminal run the following commands:
32
33
# Getting Started
34
35
+#### Ignite UI CLI
36
+To get started with the Ignite UI CLI and the Ignite UI Angular wrappers:
37
+
38
+```
39
+npm i -g igniteui-cli
40
+ig new <project name> --framework=angular --type=ig-ts
41
+cd <project name>
42
+ig add combo <component name>
43
+ig start
44
45
46
## Initializing controls
47
In an Angular application, Ignite UI controls support markup initialization which is done by using custom tags.
48
0 commit comments