angular-cn/packages/core/test/bundling/router
cexbrayat 5fa767363d fix(router): remove duplicated getOutlet function (#39764)
The codebase currently contains two `getOutlet` functions,
and they can end up in the bundle of an application.
A recent commit 6fbe21941d tipped us off
as it introduced several `noop` occurrences in the golden symbol files.
After investigating with @petebacondarwin,
we decided to remove the duplicated functions.

This probably shaves only a few bytes,
but this commit removes the duplicated functions,
by always using the one in `router/src/utils/config`.

PR Close #39764
2020-11-20 08:31:14 -08:00
..
BUILD.bazel build: create sample router app (#38714) 2020-09-11 12:10:46 -07:00
bundle.golden_symbols.json fix(router): remove duplicated getOutlet function (#39764) 2020-11-20 08:31:14 -08:00
index.html build: create sample router app (#38714) 2020-09-11 12:10:46 -07:00
index.ts build: create sample router app (#38714) 2020-09-11 12:10:46 -07:00
treeshaking_spec.ts build: create sample router app (#38714) 2020-09-11 12:10:46 -07:00