angular/aio/scripts/deploy-to-firebase
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
..
.eslintrc.js refactor(docs-infra): convert deploy-to-firebase script to ESM (#43963) 2021-10-29 15:05:02 -07:00
BUILD.bazel build(bazel): fix AIO deployment script (#48188) 2022-11-23 14:00:03 +00:00
index.mjs build(bazel): fix aio deploy script (#48265) 2022-11-29 20:04:24 +00:00
index.spec.mjs build(bazel): fix AIO deployment script (#48188) 2022-11-23 14:00:03 +00:00
post-deploy-actions.mjs feat(docs-infra): add post-deploy actions for testing more redirect configs (#43963) 2021-10-29 15:05:03 -07:00
pre-deploy-actions.mjs build: do not use --config=release when building AIO for development (#48329) 2022-12-02 09:47:42 -08:00
pre-deploy-actions.spec.mjs refactor(docs-infra): cleanup deprecated code (#49671) 2023-04-17 14:04:26 +00:00
utils.mjs build(bazel): fix AIO deployment script (#48188) 2022-11-23 14:00:03 +00:00
utils.spec.mjs build(bazel): fix AIO deployment script (#48188) 2022-11-23 14:00:03 +00:00