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 |
||
|---|---|---|
| .. | ||
| .eslintrc.js | ||
| BUILD.bazel | ||
| index.mjs | ||
| index.spec.mjs | ||
| post-deploy-actions.mjs | ||
| pre-deploy-actions.mjs | ||
| pre-deploy-actions.spec.mjs | ||
| utils.mjs | ||
| utils.spec.mjs | ||