winjs / angular-winjs

Project to smooth the AngularJS/WinJS interaction
Other
126 stars 46 forks source link

Need guidelines on integrating with Angular2 #64

Closed varghesep closed 9 years ago

varghesep commented 9 years ago

Angular2 uses Typescript supported module loading. It can also use ES6 format and using Babel transpiler, the code can be compiled to ES5 format.

I'm looking for some guidelines and an example to make winjs work with Angular2 where import statement can be used.

varghesep commented 9 years ago

I entered a question related to this at stack overflow.