[AngularJS] Re: Setting up TypeScript + Webpack + Angular 1.4 + Angular 2 Router

2016-10-18 Thread Sally LOve
*https://www.youtube.com/watch?v=Al9bmstjUjc* On Wednesday, November 11, 2015 at 8:39:00 PM UTC+2, Mayur Dudhani wrote: > > I would like to get some feedback on the above mentioned combination. > > Also, I would really like if someone could point to a > guide/example/anything to how to setup

Re: [AngularJS] Re: Setting up TypeScript + Webpack + Angular 1.4 + Angular 2 Router

2016-10-18 Thread Mayur Dudhani
Hello, Sorry, I won't be able to help you as I did not set up with typescript. Good luck. Have a nice day! Thank you and Regards, Mayur Dudhani On Mon, Oct 17, 2016 at 4:49 AM, rajeev kumar wrote: > HI , > > Can you you help me ? how to use d.ts and handle build

[AngularJS] Re: Setting up TypeScript + Webpack + Angular 1.4 + Angular 2 Router

2016-10-17 Thread rajeev kumar
HI , Can you you help me ? how to use d.ts and handle build with webpack On Thursday, 12 November 2015 22:53:18 UTC+5:30, Mayur Dudhani wrote: > > Thanks Kyle. > I have something similar setup, but I am finding it hard to maintain the > dependencies. I have to keep updating the ".d.ts" file

[AngularJS] Re: Setting up TypeScript + Webpack + Angular 1.4 + Angular 2 Router

2015-11-12 Thread Mayur Dudhani
Thanks Kyle. I have something similar setup, but I am finding it hard to maintain the dependencies. I have to keep updating the ".d.ts" file also installing node modules and was wondering if there was an easier way to do things. On Wednesday, November 11, 2015 at 8:04:53 PM UTC-8, Kyle Cordes

[AngularJS] Re: Setting up TypeScript + Webpack + Angular 1.4 + Angular 2 Router

2015-11-11 Thread Kyle Cordes
On Wednesday, November 11, 2015 at 12:39:00 PM UTC-6, Mayur Dudhani wrote: > > I would like to get some feedback on the above mentioned combination. > > Also, I would really like if someone could point to a > guide/example/anything to how to setup TypeScript with webpack. I tried to > setup but