Skip to content

Commit 5782834

Browse files
authored
docs: replace angular.io links with angular.dev (angular#29734)
updates all angular.io links to updated angular.dev
1 parent 5897f37 commit 5782834

File tree

1,168 files changed

+1206
-1191
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,168 files changed

+1206
-1191
lines changed

SECURITY.md

+1-1

guides/creating-a-custom-form-field-control.md

+1-1

guides/customizing-component-styles.md

+2-2

guides/getting-started.md

+1-1

guides/material-2.md

+2-2

guides/schematics.md

+1-1

guides/theming.md

+1-1

guides/typography.md

+1-1

integration/harness-e2e-cli/.browserslistrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# https://github.com/browserslist/browserslist#queries
44

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

88
# You can see what browsers were selected by your queries by running:
99
# npx browserslist

integration/harness-e2e-cli/README.md

+1-1

integration/harness-e2e-cli/src/polyfills.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* automatically update themselves. This includes recent versions of Safari, Chrome (including
1212
* Opera), Edge on the desktop, and iOS and Chrome on mobile.
1313
*
14-
* Learn more in https://angular.io/guide/browser-support
14+
* Learn more in https://angular.dev/reference/versions#browser-support
1515
*/
1616

1717
/***************************************************************************************************

integration/size-test/esbuild.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88

99
import babel from '@babel/core';

integration/yarn-pnp-compat/.browserslistrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# https://github.com/browserslist/browserslist#queries
44

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

88
# You can see what browsers were selected by your queries by running:
99
# npx browserslist

integration/yarn-pnp-compat/README.md

+1-1

integration/yarn-pnp-compat/src/polyfills.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* automatically update themselves. This includes recent versions of Safari, Chrome (including
1212
* Opera), Edge on the desktop, and iOS and Chrome on mobile.
1313
*
14-
* Learn more in https://angular.io/guide/browser-support
14+
* Learn more in https://angular.dev/reference/versions#browser-support
1515
*/
1616

1717
/***************************************************************************************************

src/cdk-experimental/column-resize/column-resize-directives/column-resize-flex.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88

99
import {Directive, ElementRef, NgZone, inject} from '@angular/core';

src/cdk-experimental/column-resize/column-resize-directives/column-resize.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88

99
import {Directive, ElementRef, NgZone, inject} from '@angular/core';

src/cdk-experimental/column-resize/column-resize-directives/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88

99
import {Provider} from '@angular/core';

src/cdk-experimental/column-resize/column-resize-directives/default-enabled-column-resize-flex.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88

99
import {Directive, ElementRef, NgZone, inject} from '@angular/core';

src/cdk-experimental/column-resize/column-resize-directives/default-enabled-column-resize.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88

99
import {Directive, ElementRef, NgZone, inject} from '@angular/core';

src/cdk-experimental/column-resize/column-resize-module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88

99
import {NgModule} from '@angular/core';

src/cdk-experimental/column-resize/column-resize-notifier.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88

99
import {inject, Injectable} from '@angular/core';

src/cdk-experimental/column-resize/column-resize.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88

99
import {AfterViewInit, Directive, ElementRef, NgZone, OnDestroy} from '@angular/core';

src/cdk-experimental/column-resize/column-size-store.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88

99
import {Injectable} from '@angular/core';

src/cdk-experimental/column-resize/event-dispatcher.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88

99
import {Injectable, NgZone, inject} from '@angular/core';

src/cdk-experimental/column-resize/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88

99
export * from './public-api';

src/cdk-experimental/column-resize/overlay-handle.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88

99
import {AfterViewInit, Directive, ElementRef, OnDestroy, NgZone} from '@angular/core';

src/cdk-experimental/column-resize/public-api.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88

99
export * from './column-resize';

src/cdk-experimental/column-resize/resizable.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88

99
import {

src/cdk-experimental/column-resize/resize-ref.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88

99
import {ElementRef} from '@angular/core';

src/cdk-experimental/column-resize/resize-strategy.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88

99
import {Injectable, OnDestroy, Provider, CSP_NONCE, inject} from '@angular/core';

src/cdk-experimental/column-resize/selectors.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88

99
// TODO: Figure out how to remove `mat-` classes from the CDK part of the

src/cdk-experimental/combobox/combobox-module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88

99
import {NgModule} from '@angular/core';

src/cdk-experimental/combobox/combobox-popup.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88

99
import {Directive, ElementRef, Input, OnInit, inject} from '@angular/core';

src/cdk-experimental/combobox/combobox.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88
import {Directionality} from '@angular/cdk/bidi';
99
import {BooleanInput, coerceArray, coerceBooleanProperty} from '@angular/cdk/coercion';

src/cdk-experimental/combobox/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88

99
export * from './public-api';

src/cdk-experimental/combobox/public-api.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88

99
export * from './combobox-module';

src/cdk-experimental/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88

99
export * from './public-api';

src/cdk-experimental/popover-edit/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88

99
/** Selector for finding table cells. */

src/cdk-experimental/popover-edit/edit-event-dispatcher.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88

99
import {Injectable, NgZone, inject} from '@angular/core';

src/cdk-experimental/popover-edit/edit-ref.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88

99
import {Injectable, OnDestroy, afterNextRender, inject, Injector} from '@angular/core';

src/cdk-experimental/popover-edit/edit-services.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88

99
import {Injectable, NgZone, inject} from '@angular/core';

src/cdk-experimental/popover-edit/focus-dispatcher.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
6-
* found in the LICENSE file at https://angular.io/license
6+
* found in the LICENSE file at https://angular.dev/license
77
*/
88

99
import {Directionality} from '@angular/cdk/bidi';

0 commit comments

Comments
 (0)