DanWahlin / Angular-JumpStart

Angular and TypeScript JumpStart example application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can not start project

hoang-bui07 opened this issue · comments

image

i start project and have one issue please help me, thanks

image

after i fixed issue but i have another issue

Make sure that you follow the steps in the readme. Because this project has an API that's run with Node.js, you don't run ng serve to start it. You run npm start (after doing ng build). It was just updated to Angular 9 but I cloned it just now and run it successfully so it should work as long as you follow the steps in the readme.

Make sure that you follow the steps in the readme. Because this project has an API that's run with Node.js, you don't run ng serve to start it. You run npm start (after doing ng build). It was just updated to Angular 9 but I cloned it just now and run it successfully so it should work as long as you follow the steps in the readme.

hi @DanWahlin i follow readme but issue still happen :(

i can run project but i cannot run angular playground

image

i start project and have one issue please help me, thanks

issue when i run angular playground

Angular playground doesn't work with Angular 9 yet. They normally take some time to publish a new release but you'd have to check with that project to get more information. This project was just updated to Angular 9 so I'll update the readme to mention that. Thanks.

It looks like someone posted a workaround to the Angular Playground project (basically they turn off the new Ivy compiler). You can get more details here:

SoCreate/angular-playground#235 (comment)

It looks like someone posted a workaround to the Angular Playground project (basically they turn off the new Ivy compiler). You can get more details here:

SoCreate/angular-playground#235 (comment)

ok thank you

As an update, Angular Playground released v7 which works with Angular 9. I updated the project to use it now and it seems to be working great.