FountainJS / generator-fountain-angular2

Yeoman 'fountain' generator to start a webapp with Angular 2
http://fountainjs.io
MIT License
81 stars 19 forks source link

Angular 4 support #106

Open harikrishnan-u01 opened 7 years ago

harikrishnan-u01 commented 7 years ago

Hi,

Can you kindly upgrade the Angular 2 version to Angular 4? When I manually try to upgrade to Angular 4 by changing the version in package.json , I am getting many tsLint errors which are preventing the servers from starting up.

PFB the console errors:

ERROR in \node_modules\@angular\core\src\change_detection\differs\default_iterable_differ.d.ts (28,32): error TS2304: Cannot find name 'Iterable'.

ERROR in \node_modules\@angular\core\src\change_detection\differs\iterable_differs.d.ts (15,48): error TS2304: Cannot find name 'Iterable'.

Thanks, Hari

johnnybui commented 7 years ago

I'm looking forward to Angular 4 upgrading from fountain angular 2 too.

harikrishnan-u01 commented 7 years ago

I started using angular-cli and it is working like a charm.

awongCM commented 6 years ago

I'm keen on hearing more developments on this too.

Any chance we'll see this upgrade happening in the near future?