angular-formio
Version:
Form.io Angular JSON Form Renderer ========================== This library serves as a Dynamic JSON Powered Form rendering library for [Angular](https://angular.io). This works by providing a JSON schema to a ```<formio>``` Angular component, where that f
11 lines (10 loc) • 326 B
HTML
<div class="row">
<div class="col-xs-2">
<ul class="nav nav-tabs tabs-left" id="htabs">
<li *ngFor="let form of forms" routerLinkActive="active"><a [routerLink]="form.path" data-toggle="tab">{{ form.title }}</a></li>
</ul>
</div>
<div class="col-xs-10">
<router-outlet></router-outlet>
</div>
</div>