docs: update browser support links aio->adev

This commit is contained in:
David LJ 2024-05-24 18:25:14 +02:00 committed by Alan Agius
parent 2c2c11323a
commit d24b087eff
4 changed files with 4 additions and 4 deletions

View File

@ -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
*/
/***************************************************************************************************

View File

@ -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',

View File

@ -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
*/
/***************************************************************************************************

View File

@ -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