angular2-tag-input icon indicating copy to clipboard operation
angular2-tag-input copied to clipboard

Cant install it over Quickstart app.

Open DTX-92 opened this issue 9 years ago • 0 comments

https://github.com/angular/quickstart

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' } } image

Then i moved it from /node_modules to root folder to compile js files from ts and moved it back. Result: image 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'; image Am I doing something wrong?

DTX-92 avatar Jan 05 '17 15:01 DTX-92