File tree Expand file tree Collapse file tree 4 files changed +1
-32
lines changed Expand file tree Collapse file tree 4 files changed +1
-32
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,11 @@ import { NgModule } from '@angular/core';
22import { IconModule } from '../../icon/icon.module' ;
33import { SelectModule } from '../../select/select.module' ;
44import { TimeRangeModule } from '../../time-range/time-range.module' ;
5- import { SpaceSelectorComponent } from '../space-selector/space-selector.component' ;
65import { ApplicationHeaderComponent } from './application-header.component' ;
76
87@NgModule ( {
98 imports : [ IconModule , SelectModule , TimeRangeModule ] ,
10- declarations : [ ApplicationHeaderComponent , SpaceSelectorComponent ] ,
9+ declarations : [ ApplicationHeaderComponent ] ,
1110 exports : [ ApplicationHeaderComponent ]
1211} )
1312export class ApplicationHeaderModule { }
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -109,7 +109,6 @@ export * from './header/application/application-header.component';
109109export * from './header/application/application-header.module' ;
110110export * from './header/page/page-header.component' ;
111111export * from './header/page/page-header.module' ;
112- export * from './header/space-selector/space-selector.component' ;
113112
114113// Icon
115114export * from './icon/icon-size' ;
You can’t perform that action at this time.
0 commit comments