javascript - Typings project and use of Definitely Typed Repository -
how add typings typed repository in angular 2 project, , how these files (i.e *d.ts
) mapped corresponding javascript library?
the easiest use typings.
on second question: if setup typings correctly, compiler find proper module automatically, no need triple-dash references anymore 🙂.
Comments
Post a Comment