Kristiyan Kostadinov
d010e11b73
feat(core): add event listener options to renderer ( #59092 )
...
Updates the `Renderer2.listen` signature to accept event options, as well as all adjacent types to it.
PR Close #59092
2024-12-10 13:39:47 -08:00
Joey Perrott
9dbe6fc18b
refactor: update license text to point to angular.dev ( #57901 )
...
Update license text to point to angular.dev instead of angular.io
PR Close #57901
2024-09-24 15:33:00 +02:00
Misko Hevery
3b2e5be6cb
refactor(core): clean up circular dependencies ( #39722 )
...
Clean up circular dependencies in core by pulling symbols out to their
respective files.
PR Close #39722
2020-11-18 09:15:29 -08:00
Joey Perrott
d1ea1f4c7f
build: update license headers to reference Google LLC ( #37205 )
...
Update the license headers throughout the repository to reference Google LLC
rather than Google Inc, for the required license headers.
PR Close #37205
2020-05-26 14:26:58 -04:00
crisbeto
2265cb5938
refactor(core): remove deprecated Renderer ( #33019 )
...
Removes the `Renderer` and related symbols which have been deprecated since version 4.
BREAKING CHANGES:
* `Renderer` has been removed. Use `Renderer2` instead.
* `RenderComponentType` has been removed. Use `RendererType2` instead.
* `RootRenderer` has been removed. Use `RendererFactory2` instead.
PR Close #33019
2019-10-08 09:23:00 -07:00
Tobias Bosch
ff71eff157
refactor(core): use flags in Renderer2.setStyle instead of booleans ( #15045 )
...
BREAKING CHANGE: (since v4 rc.1)
- `Renderer2.setStyle` no longer takes booleans but rather a
bit mask of flags.
2017-03-13 09:45:04 -07:00
Jason Aden
3e51a19983
refactor: move angular source to /packages rather than modules/@angular
2017-03-08 16:29:27 -08:00