George Kalpakas
George Kalpakas
This commit improves documentation related to recently improved or deprecated `SwUpdate` APIs in the following ways: - Update [check-for-update.service.ts][1] to make use of the return value of [SwUpdate#checkForUpdate()][2]. - Update...
### Description Once #43535 has been merged, we should update the [Available and activated updates][1] section of the [Service worker communication][2] guide (and the associated [example][3]) to not use the...
This PR introduces a new process for generating data for the AIO [events page](https://angular.io/events), which streamlines the process and minimizes duplication and manual work. For more details, see `aio/scripts/generate-events/README.md`. **TODECIDE**...
The `beforeunload` event was never fired is the location was changed before the DOM content had been loaded (e.g. directly inside a `` tag. The `unload` event is fired more...
Although it is probably outside the scope of the styleguide to mention specific actions/configurations for preparing an application for production, I think it is helpful to add a general guideline...
Previously, the `Update AIO events` GitHub Action was using a version of the `create-pr-for-changes` GitHub Action that relied on a GitHub App key for Angular Robot. This, however, prevented PRs...
### Description We should have a check to detect missing Markdown link references. For example, given a Markdown link like `[my link text][link-ref]`, we should ensure that there is a...
**What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)** Feature. **What is the current behavior? (You can also link to an open issue here)** Only...