DefinitelyTyped/angular-formly
Aluan Haddad 3dc2ce1636 Changed type of "data" to { [key: string]: any; }
Changed the type of the data property on the IFieldGroup, ITypeOptions, IFormOptionsAPI, and IFieldConfigurationObject interfaces from "Object" to a hash of string to any. While Object was not incorrect, it made use without a cast a type error in all but the most trivial cases.
2016-02-24 12:50:52 -05:00
..
angular-formly-tests.ts Added additional tests for extra property 2016-01-08 14:30:32 +01:00
angular-formly.d.ts Changed type of "data" to { [key: string]: any; } 2016-02-24 12:50:52 -05:00