mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
move settings in another page and hide the bar if you are not logged in #908
This commit is contained in:
@@ -47,7 +47,8 @@ import {
|
||||
TagComponent,
|
||||
AboutComponent,
|
||||
FilesComponent,
|
||||
FormNodeViewer
|
||||
FormNodeViewer,
|
||||
SettingComponent
|
||||
} from './components/index';
|
||||
|
||||
@NgModule({
|
||||
@@ -82,7 +83,8 @@ import {
|
||||
TagComponent,
|
||||
AboutComponent,
|
||||
FilesComponent,
|
||||
FormNodeViewer
|
||||
FormNodeViewer,
|
||||
SettingComponent
|
||||
],
|
||||
providers: [],
|
||||
bootstrap: [ AppComponent ]
|
||||
|
Reference in New Issue
Block a user