mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ADF-5433] enable strict mode for angular templates (#2191)
* enable strict mode for angular templates * update formatting * fix lint * fix formatting * remove deprecated method * upgrade to latest ADF * restore error handler
This commit is contained in:
@@ -44,7 +44,7 @@ export class AppHeaderComponent implements OnInit {
|
||||
@Input() expandedSidenav = true;
|
||||
|
||||
appName$: Observable<string>;
|
||||
headerColor$: Observable<string>;
|
||||
headerColor$: Observable<any>;
|
||||
logo$: Observable<string>;
|
||||
|
||||
actions: Array<ContentActionRef> = [];
|
||||
|
Reference in New Issue
Block a user