refactor(input): break apart input source files

This commit is contained in:
Adam Bradley
2016-01-26 14:19:38 -06:00
parent e568eb9c06
commit aea2217d73
4 changed files with 600 additions and 547 deletions

View File

@ -120,7 +120,7 @@ export class NativeInput {
/**
* @private
*/
element(): HTMLElement {
private element(): HTMLInputElement {
return this._elementRef.nativeElement;
}