angular/aio/src/app/custom-elements/events
Matthieu Riegler 288f2c8468 refactor(docs-infra): cleanup deprecated code (#49671)
This commit replaces (non material-related) deprecated code present in the aio app.

* `pageYOffset` can be replaced by `scrollY`
*  RxJs' `mapTo()` is just a `map()`
* `createNgModuleRef` can be replaced by `createNgModule`
* HttpEmits `ProgressEvent` not `ErrorEvent`  (see #34748)
* `SwUpdate.available` is replaced by  `versionUpdates` with a `filter`
* `SwUpdate.activated` is replaced by the returned promised of `SwUpdate.activateUpdate`.

PR Close #49671
2023-04-17 14:04:26 +00:00
..
events.component.html fix(docs-infra): initialize events arrays in EventsComponent (#47458) 2022-09-16 11:14:56 +02:00
events.component.spec.ts fix(docs-infra): initialize events arrays in EventsComponent (#47458) 2022-09-16 11:14:56 +02:00
events.component.ts fix(docs-infra): initialize events arrays in EventsComponent (#47458) 2022-09-16 11:14:56 +02:00
events.module.ts build(docs-infra): introduce new process for generating data for the events page (#45588) 2022-09-12 12:25:44 -07:00
events.service.spec.ts refactor(docs-infra): cleanup deprecated code (#49671) 2023-04-17 14:04:26 +00:00
events.service.ts refactor(docs-infra): Drop deprecated rxjs multicasting operators (#48969) 2023-02-14 14:48:29 +01:00