Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'ProgressBarModule' is not exported by... #5

Open
wrosb opened this issue Oct 23, 2016 · 1 comment
Open

'ProgressBarModule' is not exported by... #5

wrosb opened this issue Oct 23, 2016 · 1 comment

Comments

@wrosb
Copy link

wrosb commented Oct 23, 2016

Hello Kapil, thanks for this component.

It works like a charm ;)

I was trying to use it with ionic2 RC.1 but i figure out that is done with SystemJS and get this error:

bundle update failed: 'ProgressBarModule' is not exported by node_modules/angular2-progressbar/dist/index.js

I'm not sure how to get this done with ionic2 RC.1

Thanks in advanced for your time.

@Sebschock
Copy link

Had the same error. You can change line 40 of rollup.config.js (node_modules/@ionic/app-scripts/config/rollup.config.js) to:

commonjs({
  namedExports: {
    'node_modules/angular2-progressbar/dist/index.js':['CircleProgressComponent', 'ProgressBarModule']}
}),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants