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.
2 parents 0846043 + 97ec9c4 commit a1fab52Copy full SHA for a1fab52
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