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
test: update module resolution E2E for latest framework changes
The `module-resolution-core-mapping` E2E test modifies the tsconfig path
mapping settings to change the location of `@angular/common`. However,
with recent changes to the framework, the `@angular/platform-browser` package
now also depends on `@angular/common/http` (a secondary export). This secondary
export was not mapped in the test which resulted in the test failing since the
build could not find the export.
Related FW change: angular/angular@81e7d15
(cherry picked from commit e66698a)
0 commit comments