Skip to content

Commit

Permalink
fix(common): add upgrade sub-package to ng_package rule for @angular/…
Browse files Browse the repository at this point in the history
…common

Follow-up to #30055 to include @angular/common/upgrade in the npm package

Closes #30116
  • Loading branch information
brandonroberts committed Apr 25, 2019
1 parent a400429 commit 8261a5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/common/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ ng_package(
"//packages/common/http:package.json",
"//packages/common/http/testing:package.json",
"//packages/common/testing:package.json",
"//packages/common/upgrade:package.json",
],
entry_point = "packages/common/index.js",
packages = ["//packages/common/locales:package"],
Expand All @@ -46,5 +47,6 @@ ng_package(
"//packages/common/http",
"//packages/common/http/testing",
"//packages/common/testing",
"//packages/common/upgrade",
],
)
2 changes: 1 addition & 1 deletion packages/common/testing/src/testing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
*/
export {SpyLocation} from './location_mock';
export {MockLocationStrategy} from './mock_location_strategy';
export {MockPlatformLocation} from './mock_platform_location';
export {MockPlatformLocation, MockPlatformLocationConfig} from './mock_platform_location';

0 comments on commit 8261a5b

Please sign in to comment.