mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Upgrade demo-shell
This commit is contained in:
@@ -16,24 +16,20 @@
|
||||
*/
|
||||
|
||||
import { Component } from '@angular/core';
|
||||
import { ROUTER_DIRECTIVES, Router } from '@angular/router';
|
||||
import { Router } from '@angular/router';
|
||||
|
||||
import {
|
||||
MDL,
|
||||
AlfrescoSettingsService,
|
||||
AlfrescoTranslationService,
|
||||
AlfrescoAuthenticationService
|
||||
} from 'ng2-alfresco-core';
|
||||
|
||||
import { SearchBarComponent } from './components/index';
|
||||
|
||||
declare var document: any;
|
||||
|
||||
@Component({
|
||||
selector: 'alfresco-app',
|
||||
templateUrl: 'app/app.component.html',
|
||||
styleUrls: ['app/app.component.css'],
|
||||
directives: [SearchBarComponent, ROUTER_DIRECTIVES, MDL]
|
||||
styleUrls: ['app/app.component.css']
|
||||
})
|
||||
export class AppComponent {
|
||||
translate: AlfrescoTranslationService;
|
||||
|
||||
Reference in New Issue
Block a user