mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
AoT fixes
This commit is contained in:
parent
d17f92e199
commit
f3078d6718
@ -25,9 +25,10 @@ import { Subscription } from 'rxjs/Rx';
|
|||||||
styleUrls: [ './current-user.component.scss' ]
|
styleUrls: [ './current-user.component.scss' ]
|
||||||
})
|
})
|
||||||
export class CurrentUserComponent implements OnInit, OnDestroy {
|
export class CurrentUserComponent implements OnInit, OnDestroy {
|
||||||
private user: any = null;
|
|
||||||
private personSubscription: Subscription;
|
private personSubscription: Subscription;
|
||||||
|
|
||||||
|
user: any = null;
|
||||||
|
|
||||||
constructor(private peopleApi: PeopleContentService) {}
|
constructor(private peopleApi: PeopleContentService) {}
|
||||||
|
|
||||||
ngOnInit() {
|
ngOnInit() {
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<a
|
<a
|
||||||
class="app-menu__title"
|
class="app-menu__title"
|
||||||
title="{{ appName }}"
|
title="{{ appName }}"
|
||||||
[routerLink]="[ '/' ]">{{ appTitle }}</a>
|
[routerLink]="[ '/' ]">{{ appName }}</a>
|
||||||
</adf-toolbar-title>
|
</adf-toolbar-title>
|
||||||
|
|
||||||
<app-search></app-search>
|
<app-search></app-search>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user