mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2026-03-22 12:48:40 +00:00
(Theme Options) component added.
This commit is contained in:
@@ -49,3 +49,5 @@
|
||||
<!-- / QUICK PANEL -->
|
||||
|
||||
</md-sidenav-container>
|
||||
|
||||
<fuse-theme-options></fuse-theme-options>
|
||||
|
||||
@@ -9,6 +9,7 @@ import { FuseToolbarComponent } from './toolbar/toolbar.component';
|
||||
import { FuseNavigationModule } from '../core/components/navigation/navigation.module';
|
||||
import { FuseNavbarToggleDirective } from './navbar/navbar-toggle.directive';
|
||||
import { QuickPanelComponent } from './quick-panel/quick-panel.component';
|
||||
import { FuseThemeOptionsComponent } from '../core/components/theme-options/theme-options.component';
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
@@ -18,6 +19,7 @@ import { QuickPanelComponent } from './quick-panel/quick-panel.component';
|
||||
FuseNavbarComponent,
|
||||
FuseToolbarComponent,
|
||||
FuseNavbarToggleDirective,
|
||||
FuseThemeOptionsComponent,
|
||||
QuickPanelComponent
|
||||
],
|
||||
imports : [
|
||||
|
||||
Reference in New Issue
Block a user