mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 00:10:14 +01:00
feat(ui-features): add the tabs component
This commit is contained in:
parent
ada9ac9c1d
commit
78e376bb5a
16 changed files with 90 additions and 28 deletions
|
|
@ -11,8 +11,9 @@ import { NgaThemeService } from '@nga/theme/services/theme.service';
|
|||
<i class="control-icon ion ion-navicon" (click)="toggleSidebar()"></i>
|
||||
<span class="logo" (click)="goToHome()">NgX <a>Admin</a></span>
|
||||
<button (click)="switchTheme()">Switch Theme!</button>
|
||||
<button (click)="selectDefaultTheme()">Default Theme!</button>
|
||||
</div>
|
||||
|
||||
|
||||
<nga-actions size="medium" inverse class="right">
|
||||
<nga-action><ngx-search-input></ngx-search-input></nga-action>
|
||||
<nga-action icon="ion-ios-email-outline"></nga-action>
|
||||
|
|
@ -55,4 +56,8 @@ export class HeaderComponent {
|
|||
this.themeService.changeTheme('light');
|
||||
}
|
||||
}
|
||||
|
||||
selectDefaultTheme() {
|
||||
this.themeService.changeTheme('default');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue