What is the best practice for this scenario:
I have created an Angular2 project using angular-cli
(i.e. using ng new
)
I want to include TypeScript types from definitely typed
For example, should I use typings to install the types? How do I make sure the types are included in the ng build
?
If you answer is that I should hack the webpack
settings somehow, please include how I would do that, since I only have the angular-cli.json
file