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
bundle.golden_symbols.json fix(router): remove duplicated getOutlet function (#39764) 2020-11-20 08:31:14 -08:00
index.html
index.ts
treeshaking_spec.ts