UNPKG

@armor/create-armor-ui

Version:

A CLI tool for generating Armor UI apps.

37 lines (32 loc) 1.28 kB
<breadcrumb></breadcrumb> <section class="content"> <div class="card readable-width"> <div class="card-body"> <h1>Hello Armor</h1> <p class="lead"> Welcome to your new Armor + Angular/cli app. </p> <p> This is just an example component to make sure the routing is all hooked up. Delete this guy and start creating your own with the <a href="https://github.com/angular/angular-cli/wiki/generate" target="_blank">Cli generate command</a>. </p> <h2 class="mt-5">Routing & Modules</h2> <p> if this is a simple app (with only one major section) then you can add items directly to the app-routing.module. Otherwise if you will have multiple nav sections, then each section should be it's own module. </p> <h2 class="mt-5 mb-0">But Wait...</h2> <p><i>..There's more.</i> </p> <p> This app is API ready. So you should have been redirected to the login app & back by now. As proof, here are the accounts you belong to: </p> <ul class="list-group" style="max-height: 250px; overflow: auto;"> <li *ngFor="let acct of accounts" class="list-group-item"> {{ acct.name }} </li> </ul> </div> </div> </section>