optimistex / ngx-select-ex

Angular based replacement for select boxes
https://optimistex.github.io/ngx-select-ex/
MIT License
111 stars 42 forks source link

Not able to import module in angular 4 #122

Closed ktanpatel31 closed 6 years ago

ktanpatel31 commented 6 years ago

(index):36 Error: (SystemJS) Unexpected token <

SyntaxError: Unexpected token < at eval () at Object.eval (http://localhost:56625/packageproducer/app/app.module.js:33:23) at eval (http://localhost:56625/packageproducer/app/app.module.js:74:4) at eval (http://localhost:56625/packageproducer/app/app.module.js:75:3) Evaluating http://localhost:56625/packageproducer/ngx-select-ex Evaluating http://localhost:56625/packageproducer/app/app.module.js Evaluating http://localhost:56625/packageproducer/app/Main.js Error loading http://localhost:56625/packageproducer/app/Main.js at eval () at Object.eval (http://localhost:56625/packageproducer/app/app.module.js:33:23) at eval (http://localhost:56625/packageproducer/app/app.module.js:74:4) at eval (http://localhost:56625/packageproducer/app/app.module.js:75:3) Evaluating http://localhost:56625/packageproducer/ngx-select-ex Evaluating http://localhost:56625/packageproducer/app/app.module.js Evaluating http://localhost:56625/packageproducer/app/Main.js Error loading http://localhost:56625/packageproducer/app/Main.js

optimistex commented 6 years ago

@ktanpatel31 Ensure support of the SystemJs. // Sorry guys, SystemJS is not supported. https://github.com/optimistex/ngx-select-ex/issues/26