|
| 1 | +<div class="home"> |
| 2 | + <section class="header"> |
| 3 | + <h2 class="title"> |
| 4 | + Welcome to Ignite UI for Angular! |
| 5 | + </h2> |
| 6 | + <p class="description"> |
| 7 | + Browse the left menu to see the complete set of samples for each control. You’ll see the full array of capabilities in Ignite |
| 8 | + UI for Angular, all the different features for the controls and how they are implemented. |
| 9 | + </p> |
| 10 | + </section> |
| 11 | + <section class="content"> |
| 12 | + <h3 class="contentTitle"> |
| 13 | + Building your first Ignite UI for Angular app |
| 14 | + </h3> |
| 15 | + <p class="contentText"> |
| 16 | + After you’ve looked at the Ignite UI for Angular samples and explored the online docs, it’s time to get started building |
| 17 | + your first Ignite UI for Angular app. Using the Ignite UI for Angular CLI (Command Line Interface), it’s super-easy |
| 18 | + to get started building full-featured Angular apps. Our CLI gives you the ability to initialize, develop, scaffold, |
| 19 | + and maintain applications in Angular with Ignite UI, all with pre-set navigation, templates for each control |
| 20 | + and full screen views that can help you kick off any type of Angular app development. |
| 21 | + </p> |
| 22 | + <p class="contentText"> |
| 23 | + We’ve included 2 videos that will help you install the pre-requisites and walk you through using the Ignite UI for Angular |
| 24 | + CLI to build your first Ignite UI for Angular app. |
| 25 | + </p> |
| 26 | + <div class="videos"> |
| 27 | + <div class="videoWrapper"> |
| 28 | + <a class="video videoInstall" href="https://youtu.be/lsEY90yYQIs" target="_blank"> |
| 29 | + <img src="../../assets/images/home/Play.svg" /> |
| 30 | + </a> |
| 31 | + <p class="videoText">Installing the Ignite UI for Angular CLI</p> |
| 32 | + </div> |
| 33 | + <div class="videoWrapper"> |
| 34 | + <a class="video videoBuild" href="https://youtu.be/QK_NsdtdA70" target="_blank"> |
| 35 | + <img src="../../assets/images/home/Play.svg" /> |
| 36 | + </a> |
| 37 | + <p class="videoText">Building Your First Ignite UI CLI App</p> |
| 38 | + </div> |
| 39 | + </div> |
| 40 | + <div class="installDescription"> |
| 41 | + <p> |
| 42 | + If you are already familiar with node.js and using a CLI, you can skip the videos and type: |
| 43 | + </p> |
| 44 | + <span class="code-snippet"> |
| 45 | + npm install igniteui-cli –g |
| 46 | + </span> |
| 47 | + <p> |
| 48 | + in Terminal, PowerShell or Bash to install our CLI. We include an alias, so just type: |
| 49 | + </p> |
| 50 | + <span class="code-snippet"> |
| 51 | + ig |
| 52 | + </span> |
| 53 | + <p> |
| 54 | + to get started with the wizard, or type |
| 55 | + </p> |
| 56 | + <span class="code-snippet"> |
| 57 | + ig -v |
| 58 | + </span> |
| 59 | + <p> |
| 60 | + to check the version or to get a list of commands, type |
| 61 | + </p> |
| 62 | + <span class="code-snippet"> |
| 63 | + ig -h |
| 64 | + </span> |
| 65 | + </div> |
| 66 | + <div class="bannerArea"> |
| 67 | + <div> |
| 68 | + <img src="../../assets/images/home/angular-image.png" /> |
| 69 | + </div> |
| 70 | + <div class="bannerItem"> |
| 71 | + <img src="../../assets/images/home/angular-logo.png" /> |
| 72 | + <p class="bannerText">To get further help if you need it, or if you run into any issues, go to the forums.</p> |
| 73 | + <a class="bannerButton bannerText" href="https://www.infragistics.com/community/forums/f/ignite-ui-for-angular" target="_blank">Ignite UI for Angular Forums</a> |
| 74 | + </div> |
| 75 | + </div> |
| 76 | + </section> |
| 77 | +</div> |
| 78 | +<section class="footer"> |
| 79 | + <img src="../../assets/images/home/ig-logo.svg" /> |
| 80 | +</section> |
0 commit comments