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
get same error on typescript@2.1.1 and typescript@2.0.10 and typescript@2.2.0-dev.20161206.
other env:
mac os: 10.12.1
node: 7.2.0
webpack: 1.13.3
angular: 2.2.4
awesome-typescript-loader: 3.0.0-beta.9
When I remove @Injectable() from all my codes, my project can compile success, but in browser I get errors: can't resolve all params in a class who depend another @Injectable() class.
TypeScript Version: 2.1.1 / nightly (2.2.0-dev.20161206)
When I compile my angular2 project with webpack and awesome-typescript-loader, get errors:
get same error on typescript@2.1.1 and typescript@2.0.10 and typescript@2.2.0-dev.20161206.
other env:When I remove
@Injectable()from all my codes, my project can compile success, but in browser I get errors: can't resolve all params in a class who depend another@Injectable()class.