You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should i add something to system.config.js?
I tried adding map: { 'angular2-tag-input': 'angular2-tag-input' }, packages: { 'angular2-tag-input': { main: './index.js' } }
Then i moved it from /node_modules to root folder to compile js files from ts and moved it back.
Result:
Then i change index.ts from export { RlTagInputModule } from './dist/lib/tag-input.module'; export { TagInputComponent } from './dist/lib/tag-input/tag-input.component';
to export { RlTagInputModule } from './lib/tag-input.module'; export { TagInputComponent } from './lib/tag-input/tag-input.component';
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
DTX-92
changed the title
Cant install it over Quickstart app\
Cant install it over Quickstart app?
Jan 5, 2017
DTX-92
changed the title
Cant install it over Quickstart app?
Cant install it over Quickstart app.
Jan 5, 2017
https://github.com/angular/quickstart
Should i add something to system.config.js?
![image](https://cloud.githubusercontent.com/assets/20479161/21685346/4f52227c-d372-11e6-9591-43f6586a8c39.png)
I tried adding
map: { 'angular2-tag-input': 'angular2-tag-input' }, packages: { 'angular2-tag-input': { main: './index.js' } }
Then i moved it from /node_modules to root folder to compile js files from ts and moved it back.
![image](https://cloud.githubusercontent.com/assets/20479161/21685435/9e70f040-d372-11e6-920b-88c69dfe07c6.png)
![image](https://cloud.githubusercontent.com/assets/20479161/21685528/f6999d94-d372-11e6-8c81-25782c6195a9.png)
Result:
Then i change index.ts from
export { RlTagInputModule } from './dist/lib/tag-input.module';
export { TagInputComponent } from './dist/lib/tag-input/tag-input.component';
to
export { RlTagInputModule } from './lib/tag-input.module';
export { TagInputComponent } from './lib/tag-input/tag-input.component';
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: