Remove local declare var and using declaration file

This commit is contained in:
mauriziovitale84
2016-10-18 21:15:02 +01:00
parent 79988f421d
commit c2db58babb
5 changed files with 0 additions and 11 deletions

View File

@@ -18,8 +18,6 @@
import { Component } from '@angular/core';
import { WidgetComponent } from './../widget.component';
declare var componentHandler;
@Component({
moduleId: module.id,
selector: 'checkbox-widget',