namespacing fix

This commit is contained in:
Eugene Pankov
2018-03-24 23:45:40 +01:00
parent 3c3b14bf09
commit 049f08b8f9
3 changed files with 6 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ export abstract class BaseTabComponent {
}
setTitle (title: string) {
this.title = title]
this.title = title
if (!this.customTitle) {
this.titleChange$.next(title)
}