Skip to content

Commit

Permalink
docs: update browser support links aio->adev
Browse files Browse the repository at this point in the history
(cherry picked from commit d24b087)
  • Loading branch information
davidlj95 authored and alan-agius4 committed May 27, 2024
1 parent f006a80 commit 422f032
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera),
* Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile.
*
* Learn more in https://angular.io/guide/browser-support
* Learn more in https://angular.dev/reference/versions#browser-support
*/

/***************************************************************************************************
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export default function (api: unknown, options: ApplicationPresetOptions) {
const browserslist = require('browserslist');
safariClassFieldScopeBugBrowsers = new Set(
browserslist([
// Safari <15 is technically not supported via https://angular.io/guide/browser-support,
// Safari <15 is technically not supported via https://angular.dev/reference/versions#browser-support
// but we apply the workaround if forcibly selected.
'Safari <=15',
'iOS <=15',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera),
* Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile.
*
* Learn more in https://angular.io/guide/browser-support
* Learn more in https://angular.dev/reference/versions#browser-support
*/

/***************************************************************************************************
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# https://github.com/browserslist/browserslist#queries

# For the full list of supported browsers by the Angular framework, please see:
# https://angular.io/guide/browser-support
# https://angular.dev/reference/versions#browser-support

# You can see what browsers were selected by your queries by running:
# npx browserslist
Expand Down

0 comments on commit 422f032

Please sign in to comment.