mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| custom-elements | ||
| documents | ||
| layout | ||
| navigation | ||
| search | ||
| shared | ||
| sw-updates | ||
| app.component.html | ||
| app.component.spec.ts | ||
| app.component.ts | ||
| app.module.ts | ||