mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
BREAKING CHANGE:
This change renames all instances of PipeRegistry to Pipes.
As part of this change, the former "defaultPipes" export is
now a Pipes instance, instead of a map. The map that was previously
called "defaultPipes" no longer exists, but may be accessed via
defaultPipes.config.
|
||
|---|---|---|
| .. | ||
| bind_generator | ||
| common | ||
| directive_linker | ||
| directive_metadata_extractor | ||
| directive_processor | ||
| integration | ||
| reflection_remover | ||
| template_compiler | ||
| transform.server.spec.dart | ||