mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 00:10:14 +01:00
feat: docs app
This commit is contained in:
parent
713aff561e
commit
2129689f98
203 changed files with 15927 additions and 5 deletions
|
|
@ -0,0 +1,13 @@
|
|||
<button type="button"
|
||||
*ngIf="hasViewSwitch"
|
||||
class="btn action-item action-button"
|
||||
(click)="switchToLiveView()">
|
||||
<i class="icon feather-image"></i>
|
||||
<span class="text">Live view</span>
|
||||
</button>
|
||||
|
||||
<nb-tabset class="tabs-container">
|
||||
<nb-tab *ngFor="let example of examples" tabTitle="{{ example.extension }}" [active]="example.active">
|
||||
<ngx-code-block [path]="example.path" [code]="example.code"></ngx-code-block>
|
||||
</nb-tab>
|
||||
</nb-tabset>
|
||||
Loading…
Add table
Add a link
Reference in a new issue