chore: add more types to a number of top-level properties and methods

This commit is contained in:
Kevin Moore
2015-05-05 12:59:54 -07:00
parent c8ebd11d63
commit 75db2c5241
9 changed files with 25 additions and 29 deletions

View File

@ -272,6 +272,6 @@ export class ControlGroupDirective {
* @exportedAs angular2/forms
*/
// todo(misko): rename to lover case as it is not a Type but a var.
export var FormDirectives = [
export var FormDirectives:List = [
ControlGroupDirective, ControlDirective, CheckboxControlValueAccessor, DefaultValueAccessor
];