[ADF-2477] add new log component in demo shell (#3129)

* add CTRL + L new log component in demo shell to test the log service bus

* remove trivial definition

* close tag app-log
This commit is contained in:
Eugenio Romano
2018-03-29 11:04:33 +01:00
committed by GitHub
parent 99abef0b0a
commit d6f51c22aa
6 changed files with 105 additions and 12 deletions

View File

@@ -18,6 +18,7 @@ import { SearchBarComponent } from './components/search/search-bar.component';
import { SearchResultComponent } from './components/search/search-result.component';
import { SearchExtendedComponent } from './components/search/search-extended.component';
import { AboutComponent } from './components/about/about.component';
import { LogComponent } from './components/log/log.component';
import { FormComponent } from './components/form/form.component';
import { FormListComponent } from './components/form/form-list.component';
import { FormLoadingComponent } from './components/form/form-loading.component';
@@ -74,6 +75,7 @@ import { DemoPermissionComponent } from './components/permissions/demo-permissio
SearchResultComponent,
SearchExtendedComponent,
AboutComponent,
LogComponent,
ProcessServiceComponent,
ShowDiagramComponent,
FormViewerComponent,