Commit a56d33d
committed
feat(typings): mark void methods in angular2.d.ts
Previously, when a return type was missing it
could have been any. But following angular#2746 we
require return types so remaining untyped returns
must be void.1 parent 2b45bd2 commit a56d33d
File tree
2 files changed
+2
-2
lines changed- docs/dgeni-package/templates
- modules/angular2/src/forms/directives
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments