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

Cant install it over Quickstart app. #17

Open
DTX-92 opened this issue Jan 5, 2017 · 0 comments
Open

Cant install it over Quickstart app. #17

DTX-92 opened this issue Jan 5, 2017 · 0 comments

Comments

@DTX-92
Copy link

DTX-92 commented Jan 5, 2017

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 DTX-92 changed the title Cant install it over Quickstart app\ Cant install it over Quickstart app? Jan 5, 2017
@DTX-92 DTX-92 changed the title Cant install it over Quickstart app? Cant install it over Quickstart app. Jan 5, 2017
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

1 participant