We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You should also mentioned that changes in systemjs.config.js are necessary.
I had to make following adjustments:
var map = { ... 'ng2-typeahead': 'node_modules/ng2-typeahead', }; ... var packages = { ... 'ng2-typeahead': { main: 'ng2-typeahead.js', defaultExtension: 'js' } };
The text was updated successfully, but these errors were encountered:
9c869af
Noted in README. Not sure if this still applies but it can't hurt. Thanks!
Sorry, something went wrong.
Thanks for this. However had to make this small change:
var packages = { ... 'ng2-typeahead': { main: 'index.js', defaultExtension: 'js' } };
No branches or pull requests
You should also mentioned that changes in systemjs.config.js are necessary.
I had to make following adjustments:
The text was updated successfully, but these errors were encountered: