fix(typings): repair broken typechecks
We had the typechecker disabled by accident, and many problems snuck in Fixes #4507 Closes #4508
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
import {Component, View, LifecycleEvent, ViewEncapsulation, OnChanges} from 'angular2/angular2';
|
||||
import {Component, View, ViewEncapsulation, OnChanges} from 'angular2/angular2';
|
||||
|
||||
import {TimerWrapper} from 'angular2/src/core/facade/async';
|
||||
import {isPresent} from 'angular2/src/core/facade/lang';
|
||||
|
||||
|
||||
// TODO(jelbourn): Ink ripples.
|
||||
// TODO(jelbourn): Make the `isMosueDown` stuff done with one global listener.
|
||||
// TODO(jelbourn): Make the `isMouseDown` stuff done with one global listener.
|
||||
|
||||
@Component({
|
||||
selector: '[md-button]:not(a), [md-fab]:not(a), [md-raised-button]:not(a)',
|
||||
|
@ -1,11 +1,4 @@
|
||||
import {
|
||||
Directive,
|
||||
LifecycleEvent,
|
||||
Attribute,
|
||||
Host,
|
||||
SkipSelf,
|
||||
AfterContentChecked
|
||||
} from 'angular2/angular2';
|
||||
import {Directive, Attribute, Host, SkipSelf, AfterContentChecked} from 'angular2/angular2';
|
||||
|
||||
import {ObservableWrapper, EventEmitter} from 'angular2/src/core/facade/async';
|
||||
|
||||
|
@ -1,11 +1,4 @@
|
||||
import {
|
||||
Component,
|
||||
LifecycleEvent,
|
||||
View,
|
||||
ViewEncapsulation,
|
||||
Attribute,
|
||||
OnChanges
|
||||
} from 'angular2/angular2';
|
||||
import {Component, View, ViewEncapsulation, Attribute, OnChanges} from 'angular2/angular2';
|
||||
import {CONST} from 'angular2/src/core/facade/lang';
|
||||
import {isPresent, isBlank} from 'angular2/src/core/facade/lang';
|
||||
import {Math} from 'angular2/src/core/facade/math';
|
||||
|
@ -2,7 +2,6 @@ import {
|
||||
Component,
|
||||
View,
|
||||
ViewEncapsulation,
|
||||
LifecycleEvent,
|
||||
Host,
|
||||
SkipSelf,
|
||||
Attribute,
|
||||
|
Reference in New Issue
Block a user