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.
|
||
|---|---|---|
| .. | ||
| generated | ||
| generator | ||
| parser | ||
| pipes | ||
| change_detection_spec.ts | ||
| change_detector_config.ts | ||
| change_detector_spec.ts | ||
| coalesce_spec.ts | ||
| iterable.dart | ||
| iterable.ts | ||
| util.ts | ||