angular/aio/scripts
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
..
contributors ci: check that there are no unused contributor images (#41290) 2021-03-23 09:38:43 -07:00
deploy-to-firebase refactor(docs-infra): cleanup deprecated code (#49671) 2023-04-17 14:04:26 +00:00
generate-events docs(docs-infra): add documentation on debugging the events generation process (#47449) 2022-09-15 09:20:14 -07:00
update-cli-help ci: use readonly github token for querying CLI snapshot repo (#48681) 2023-01-10 11:13:34 -08:00
audit-web-app.mjs build(bazel): consolidate windows chromium path workaround 2022-11-22 13:51:16 -07:00
build-404-page.mjs refactor: convert AIO tooling scripts used in Bazel to ESM (#48521) 2022-12-19 19:50:44 +00:00
build-artifacts.sh build: do not use --config=release when building AIO for development (#48329) 2022-12-02 09:47:42 -08:00
build-ngsw-config.mjs refactor: convert AIO tooling scripts used in Bazel to ESM (#48521) 2022-12-19 19:50:44 +00:00
BUILD.bazel build: make devmode a noop and ensure it never runs (#48521) 2022-12-19 19:50:45 +00:00
check-environment.js build: clean up references to old master branch (#45856) 2022-05-04 16:23:33 -07:00
fast-serve-and-watch.mjs refactor: convert AIO tooling scripts used in Bazel to ESM (#48521) 2022-12-19 19:50:44 +00:00
local-workspace-status.mjs build: update ng-dev and account for stamping changes (#48731) 2023-01-13 14:10:39 +00:00
local_server_test.bzl build: make devmode a noop and ensure it never runs (#48521) 2022-12-19 19:50:45 +00:00
payload.sh build(bazel): fix aio payload test to work with bazel output 2022-11-22 13:51:16 -07:00
run-with-local-server.mjs build(bazel): remaining AIO Bazel migration fixes 2022-11-22 13:51:16 -07:00
test-aio-a11y.mjs build(bazel): run aio a11y tests under bazel 2022-11-22 13:51:16 -07:00
test-external-urls.js docs: fix several typos (#44508) 2022-01-04 12:13:46 -08:00
test-production.sh build: remove puppeteer, remaining usages of webdriver-manager and migrate AIO production test to Bazel (#49025) 2023-02-10 19:22:18 +00:00