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

need to append /index onto ionic-angular - why? #27

Closed
lathonez opened this issue Mar 1, 2016 · 1 comment
Closed

need to append /index onto ionic-angular - why? #27

lathonez opened this issue Mar 1, 2016 · 1 comment

Comments

@lathonez
Copy link
Owner

lathonez commented Mar 1, 2016

We should be able to do

import { blah } from 'ionic-angular'

This causes Karma to crap out as it can't find ionic-angular.js.

import { blah } from 'ionic-angular/index'

is a workaround for now that satisfies everything, but not ideal.

@lathonez
Copy link
Owner Author

lathonez commented Mar 3, 2016

Same story in Angular2 Seed

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

1 participant