Error when building in AOT mode (Error encountered resolving symbol values statically - TagInputComponent)
See original GitHub issueI’m submitting a … (check one with “x”)
[X] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request/question
Current behavior
Getting the following error when doing ng build --aot
ERROR in Error encountered resolving symbol values statically. Could not resolve components relative to C:/XXX/XXX/nod e_modules/ng2-tag-input/dist/modules/components/tag-input/tag-input.d.ts., resolving symbol TagInputComponent in C:/XXX/XXX/node_modules/ng2-tag-input/dist/modules/components/tag-input/tag-input.d.ts, resolving symbol TagInputComponent in C:/XXX/XXX/node_modules/ng2-tag-input/dist/modules/components/tag-input/tag-input.d.ts
Expected behavior
Be able to do ng build in aot mode
What do you use to build your app? (SystemJS, Webpack, angular-cli, etc.). Please specify the version
Angular CLI
Angular version:
@angular/cli: 1.0.0 node: 6.9.1 os: win32 x64 @angular/animations: 4.0.2 @angular/common: 4.0.1 @angular/compiler: 4.0.1 @angular/core: 4.0.1 @angular/forms: 4.0.1 @angular/http: 4.0.1 @angular/material: 2.0.0-beta.3 @angular/platform-browser: 4.0.1 @angular/platform-browser-dynamic: 4.0.1 @angular/router: 4.0.1 @angular/cli: 1.0.0 @angular/compiler-cli: 4.0.1
ng2-tag-input version:
1.3.0
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:9 (4 by maintainers)
Will be fixing this in the weekend 😃
thanks @Gbuomprisco ! this build (1.3.3) fixes the issue