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

chore(dropdown): broken in version 1.0.1-beta.0 #88

Closed
rlodge opened this issue Jan 19, 2016 · 5 comments
Closed

chore(dropdown): broken in version 1.0.1-beta.0 #88

rlodge opened this issue Jan 19, 2016 · 5 comments

Comments

@rlodge
Copy link

rlodge commented Jan 19, 2016

Using dropdown in 1.0.1-beta.0, I get the error

XHR error (404 Not Found) loading http://localhost:5555/node_modules/ng2-bootstrap/components/dropdown/dropdown.directive.ts.js

I think it's because of a require line added to the dropdown typescript files that does

import {Dropdown} from './dropdown.directive.ts';

instead of

import {Dropdown} from './dropdown.directive';

Commit a165554

@danielgerlag
Copy link

I'm getting this issue too

@valorkin valorkin changed the title Dropdown broken in version 1.0.1-beta.0 chore(dropdown): broken in version 1.0.1-beta.0 Jan 19, 2016
@valorkin
Copy link
Member

Thanks, for issue report, fixed :)

@valorkin
Copy link
Member

btw published to npm

@rlodge
Copy link
Author

rlodge commented Jan 19, 2016

Thanks for the quick turnaround.

@valorkin
Copy link
Member

as a module consumer, most of all I hated to wait for small fixes :feelsgood:

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

3 participants