I am having issues with typescript and angular 1.5, on build I get the error error TS2339: Property 'component' does not exist on type 'IModule'. is there a definition file that includes this somewhere that I am missing
2 Answers
The latest d.ts file now has the component method. Update yours with tsd update -o
2 Comments
Cyril Gandon
Just note that tsd is deprecated : github.com/DefinitelyTyped/tsd/issues/269
JohnC
This is true but the answer is valid, the type files will still be the same