Al
Member since Nov 2, 2016
- Profile: /members/13342-al.htm
- Comments: 1
Recent Blog Comments By Al
-
Adding Custom Typings Files (*.d.ts) In An Angular 2 TypeScript Application
Posted on Nov 2, 2016 at 4:21 PM
I also found in my case that just providing a ".d.ts" file with the interface was sufficient. Not sure if webpack or tsc picks up on these files but I did not need to reference the file via ///<reference path="../typings/app.d.ts" />... read more »