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