Skip to content

Fail load systemJs  #3

@diegoa1989

Description

@diegoa1989

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions