angular/packages/core/test/bundling
Matthieu Riegler 1c736dc3b2 feat(forms): Unified Control State Change Events (#54579)
This commit introduces a new method to subscribe to on every `AbstractControl` subclass.
It allows to track value, pristine, touched and status changes on a given control.

Fixes #10887

PR Close #54579
2024-04-03 17:12:04 +00:00
..
animation_world refactor(core): Remove detectChanges private export (#52875) 2023-11-14 21:05:42 +00:00
animations fix(core): do not save point-in-time setTimeout and rAF references (#55124) 2024-04-01 11:00:11 -07:00
animations-standalone fix(core): do not save point-in-time setTimeout and rAF references (#55124) 2024-04-01 11:00:11 -07:00
core_all refactor(core): EventEmitter implements OutputRef. (#54650) 2024-03-06 12:34:39 +01:00
cyclic_import fix(core): do not save point-in-time setTimeout and rAF references (#55124) 2024-04-01 11:00:11 -07:00
defer fix(core): do not save point-in-time setTimeout and rAF references (#55124) 2024-04-01 11:00:11 -07:00
forms_reactive feat(forms): Unified Control State Change Events (#54579) 2024-04-03 17:12:04 +00:00
forms_template_driven feat(forms): Unified Control State Change Events (#54579) 2024-04-03 17:12:04 +00:00
hello_world fix(core): do not save point-in-time setTimeout and rAF references (#55124) 2024-04-01 11:00:11 -07:00
hello_world_i18n refactor: standardize doctype declaration to <!DOCTYPE html> (#51052) 2024-02-01 19:29:46 +00:00
hydration feat(platform-browser): add withI18nSupport() in developer preview (#55130) 2024-04-03 15:27:24 +00:00
image-directive refactor: standardize doctype declaration to <!DOCTYPE html> (#51052) 2024-02-01 19:29:46 +00:00
injection fix(core): untrack various core operations (#54614) 2024-02-29 11:38:54 +01:00
router fix(core): do not save point-in-time setTimeout and rAF references (#55124) 2024-04-01 11:00:11 -07:00
standalone_bootstrap fix(core): do not save point-in-time setTimeout and rAF references (#55124) 2024-04-01 11:00:11 -07:00
todo fix(core): do not save point-in-time setTimeout and rAF references (#55124) 2024-04-01 11:00:11 -07:00
todo_i18n refactor: standardize doctype declaration to <!DOCTYPE html> (#51052) 2024-02-01 19:29:46 +00:00
README.md fix(core): remove individual commands for updating gold files (#45198) 2022-03-01 19:16:53 +00:00

Bundle

js_expected_symbol_test

This folder contains tests which assert that most of the code is tree shaken away. This is asserted by keeping gold files of all symbols which are expected to be retained. When doing renaming it is often necessary to update the gold files; to do so use these scripts:

yarn run symbol-extractor:check
yarn run symbol-extractor:update