Note: for support questions, please use one of these channels: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question. This repository's issues are reserved for feature requests and bug reports.
- *I'm submitting a ... *
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, see note at the top of this template.
- Do you want to request a feature or report a bug?
Bug.
- What is the current behavior?
In beta.10, importing angular2/common and compiling with typescript fails with:
node_modules/angular2/src/common/directives/ng_plural.d.ts(2,10): error TS2305: Module '".../node_modules/angular2/src/common/directives/ng_switch"' has no exported member 'SwitchView'.
This is likely related to SwitchView being marked internal, introduced in a4b5cb8
No TSC failures
- Angular version: 2.0.0-beta.10
- TSC 1.8.9
Note: for support questions, please use one of these channels: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question. This repository's issues are reserved for feature requests and bug reports.
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, see note at the top of this template.
Bug.
In beta.10, importing angular2/common and compiling with typescript fails with:
node_modules/angular2/src/common/directives/ng_plural.d.ts(2,10): error TS2305: Module '".../node_modules/angular2/src/common/directives/ng_switch"' has no exported member 'SwitchView'.This is likely related to
SwitchViewbeing marked internal, introduced in a4b5cb8https://plnkr.co or similar (you can use this template as a starting point: http://plnkr.co/edit/tpl:AvJOMERrnz94ekVua0u5).
No TSC failures