Skip to content

Commit a1fab52

Browse files
authored
Merge branch 'master' into fix-issue-187
2 parents 0846043 + 97ec9c4 commit a1fab52

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@ Afterwards, from your terminal run the following commands:
3232

3333
# Getting Started
3434

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+
3546
## Initializing controls
3647
In an Angular application, Ignite UI controls support markup initialization which is done by using custom tags.
3748

0 commit comments

Comments
 (0)