mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
clean demo project
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import {Directive, AfterViewInit} from 'angular2/core';
|
||||
declare var componentHandler;
|
||||
|
||||
@Directive({
|
||||
selector: '[mdl]'
|
||||
})
|
||||
export class MDL implements AfterViewInit {
|
||||
ngAfterViewInit() {
|
||||
componentHandler.upgradeAllRegistered();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user