AoT fixes

This commit is contained in:
Denys Vuika 2017-10-20 12:12:52 +01:00
parent d17f92e199
commit f3078d6718
2 changed files with 3 additions and 2 deletions

View File

@ -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() {

View File

@ -3,7 +3,7 @@
<a
class="app-menu__title"
title="{{ appName }}"
[routerLink]="[ '/' ]">{{ appTitle }}</a>
[routerLink]="[ '/' ]">{{ appName }}</a>
</adf-toolbar-title>
<app-search></app-search>