refactor: Create uhk-header component (#354)

Create a header wrapper component that will contains the undo
notification component.
This commit is contained in:
Róbert Kiss
2017-07-15 14:41:06 +02:00
committed by László Monda
parent 3b0540f0d4
commit 131fdea0c5
7 changed files with 89 additions and 67 deletions

View File

@@ -105,7 +105,8 @@ import { ElectronErrorHandlerService } from './services/electron-error-handler.s
import { AppUpdateRendererService } from './services/app-update-renderer.service';
import { reducer } from './store';
import { AutoUpdateSettings } from './shared/components/auto-update-settings/auto-update-settings';
import { angularNotifierConfig } from '../../shared/src/models/angular-notifier-config';
import { angularNotifierConfig } from './shared/models/angular-notifier-config';
import { UhkHeader } from './shared/components/uhk-header/uhk-header';
@NgModule({
declarations: [
@@ -163,7 +164,8 @@ import { angularNotifierConfig } from '../../shared/src/models/angular-notifier-
TooltipDirective,
SafeStylePipe,
UpdateAvailableComponent,
AutoUpdateSettings
AutoUpdateSettings,
UhkHeader
],
imports: [
BrowserModule,