maiyaporn / angular2-wizard

Angular2 - Form Wizard Component
118 stars 119 forks source link

404 Not Found loading http://localhost:3000/angular2-wizard #28

Closed ckng closed 7 years ago

ckng commented 7 years ago

Getting error Error: (SystemJS) XHR error (404 Not Found) loading http://localhost:3000/angular2-wizard

Steps to reproduce:

$ git clone https://github.com/angular/quickstart.git quickstart-wizard; cd quickstart-wizard
$ npm install
$ npm install angular2-wizard --save

Update app.module.ts per documentation, paste example into app.component.ts as template.

gschambial commented 7 years ago

@ckng did you find any solution? I am also facing this issue.

ckng commented 7 years ago

This turns out to be the quickstart repo issue. Did not dig what's wrong or the differences. Have switched to use angular-cli.

gschambial commented 7 years ago

Ok, Thanks for response though.