move settings in another page and hide the bar if you are not logged in #908

This commit is contained in:
Eugenio Romano
2016-11-01 14:12:37 +00:00
parent 2959db79c6
commit 62abe21063
11 changed files with 235 additions and 90 deletions

View File

@@ -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 ]