mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-02 15:07:30 +00:00
Changed the type of the model properties of various interfaces from (string | Object) to (string | { [key: string]: any; }).
This change is to improve usability. While (string | Object) is correct and corresponds literally to the angular-formly docs, it does not allow for meaningful use without type casts.
Also corrected some formatting to match the prevailing style used in the file.
|
||
|---|---|---|
| .. | ||
| angular-formly-tests.ts | ||
| angular-formly.d.ts | ||