mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
lazy loading support for demo shell (#3871)
* breadcrumb demo * datatable demo * about module * notifications module * card view module * config editor module * trashcan module * header data module * node selector module * custom sources module * webscript module * tag module * social module * settings module * task list module * process list module * fix translation minor issue
This commit is contained in:
committed by
Eugenio Romano
parent
3a9924e9df
commit
07d0290633
@@ -17,7 +17,9 @@
|
||||
|
||||
import { Injectable, Output, EventEmitter } from '@angular/core';
|
||||
|
||||
@Injectable()
|
||||
@Injectable({
|
||||
providedIn: 'root'
|
||||
})
|
||||
export class HeaderDataService {
|
||||
|
||||
show = true;
|
||||
|
Reference in New Issue
Block a user