mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Currently the error message functions are defined as static methods on a class which means that as soon as one of them is used somewhere, all of them have to be retained. This isn't a problem at the moment, because all of them are behind `ngDevMode` checks, but it's error prone and it's easy to fix. These changes move them out into functions so that they can be imported individually. It also has the advantage of allowing Webpack to minify the function names. PR Close #43223 |
||
|---|---|---|
| .. | ||
| src | ||
| test | ||
| BUILD.bazel | ||
| index.ts | ||
| package.json | ||
| PACKAGE.md | ||
| public_api.ts | ||