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

adjustments in systemjs.config.js to run example code #7

Closed
meier297 opened this issue Aug 3, 2016 · 2 comments
Closed

adjustments in systemjs.config.js to run example code #7

meier297 opened this issue Aug 3, 2016 · 2 comments

Comments

@meier297
Copy link

meier297 commented Aug 3, 2016

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' }
  };
@ghost ghost closed this as completed in 9c869af Sep 19, 2016
@ghost
Copy link

ghost commented Sep 19, 2016

Noted in README. Not sure if this still applies but it can't hurt. Thanks!

@moutono
Copy link

moutono commented Feb 12, 2017

Thanks for this.
However had to make this small change:

var packages = { ... 'ng2-typeahead': { main: 'index.js', defaultExtension: 'js' } };

This issue was closed.
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