fssolutions / ng2-wizard

MIT License
15 stars 7 forks source link

Fail load systemJs #3

Open diegoa1989 opened 7 years ago

diegoa1989 commented 7 years ago

I have this error:

I Install ng2-wizard from npm. Then I inclued in the systemJs: 'ng2-wizard': 'npm:ng2-wizard/index.js',

And I inclued in the file app.module.ts: import { WizardComponent, WizardStepComponent } from 'ng2-wizard';

@NgModule({ imports: [ BrowserModule, AppRoutingModule, WizardComponent, WizardStepComponent ],

but I have this error:

image

fssolutions commented 7 years ago

Add Modules in last version. Please try again.