Skip to content

Commit 58db5f2

Browse files
committed
main - 5782834 docs: replace angular.io links with angular.dev (#29734)
1 parent c89c30f commit 58db5f2

File tree

29 files changed

+40
-40
lines changed

29 files changed

+40
-40
lines changed

docs-content/examples-highlighted/material-experimental/column-resize/default-enabled-column-resize-flex/default-enabled-column-resize-flex-example-ts.html

Lines changed: 1 addition & 1 deletion
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
*/</span>
88

99
<span class="hljs-keyword">import</span> {Component} <span class="hljs-keyword">from</span> <span class="hljs-string">&#x27;@angular/core&#x27;</span>;

docs-content/examples-highlighted/material-experimental/column-resize/default-enabled-column-resize/default-enabled-column-resize-example-ts.html

Lines changed: 1 addition & 1 deletion
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
*/</span>
88

99
<span class="hljs-keyword">import</span> {Component} <span class="hljs-keyword">from</span> <span class="hljs-string">&#x27;@angular/core&#x27;</span>;

docs-content/examples-highlighted/material-experimental/column-resize/opt-in-column-resize/opt-in-column-resize-example-ts.html

Lines changed: 1 addition & 1 deletion
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
*/</span>
88

99
<span class="hljs-keyword">import</span> {Component} <span class="hljs-keyword">from</span> <span class="hljs-string">&#x27;@angular/core&#x27;</span>;

docs-content/examples-highlighted/material/stepper/stepper-animations/stepper-animations-example-ts.html

Lines changed: 1 addition & 1 deletion
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
*/</span>
88

99
<span class="hljs-keyword">import</span> {Component, inject} <span class="hljs-keyword">from</span> <span class="hljs-string">&#x27;@angular/core&#x27;</span>;

docs-content/examples-highlighted/material/tree/tree-loadmore/tree-loadmore-example-ts.html

Lines changed: 1 addition & 1 deletion
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
*/</span>
88
<span class="hljs-keyword">import</span> {FlatTreeControl} <span class="hljs-keyword">from</span> <span class="hljs-string">&#x27;@angular/cdk/tree&#x27;</span>;
99
<span class="hljs-keyword">import</span> {ChangeDetectionStrategy, Component, Injectable, inject} <span class="hljs-keyword">from</span> <span class="hljs-string">&#x27;@angular/core&#x27;</span>;

docs-content/examples-source/material-experimental/column-resize/default-enabled-column-resize-flex/default-enabled-column-resize-flex-example.ts

Lines changed: 1 addition & 1 deletion
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 {Component} from '@angular/core';

docs-content/examples-source/material-experimental/column-resize/default-enabled-column-resize/default-enabled-column-resize-example.ts

Lines changed: 1 addition & 1 deletion
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 {Component} from '@angular/core';

docs-content/examples-source/material-experimental/column-resize/opt-in-column-resize/opt-in-column-resize-example.ts

Lines changed: 1 addition & 1 deletion
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 {Component} from '@angular/core';

docs-content/examples-source/material/stepper/stepper-animations/stepper-animations-example.ts

Lines changed: 1 addition & 1 deletion
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 {Component, inject} from '@angular/core';

docs-content/examples-source/material/tree/tree-loadmore/tree-loadmore-example.ts

Lines changed: 1 addition & 1 deletion
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 {FlatTreeControl} from '@angular/cdk/tree';
99
import {ChangeDetectionStrategy, Component, Injectable, inject} from '@angular/core';

0 commit comments

Comments
 (0)