Skip to content

Commit 461b3ec

Browse files
committed
main - 7af0f92 build: remove references to ng_module rule
1 parent c2f0466 commit 461b3ec

File tree

133 files changed

+75
-66
lines changed

Some content is hidden

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

133 files changed

+75
-66
lines changed

docs-content/examples-highlighted/material/chips/chips-harness/chips-harness-example-ts.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<span class="hljs-comment">/// &lt;reference types=&quot;jasmine&quot; /&gt;</span>
2+
13
<span class="hljs-keyword">import</span> {ChangeDetectionStrategy, Component, signal} <span class="hljs-keyword">from</span> <span class="hljs-string">&#x27;@angular/core&#x27;</span>;
24
<span class="hljs-keyword">import</span> {MatChipsModule} <span class="hljs-keyword">from</span> <span class="hljs-string">&#x27;@angular/material/chips&#x27;</span>;
35
<span class="hljs-keyword">import</span> {MatIconModule} <span class="hljs-keyword">from</span> <span class="hljs-string">&#x27;@angular/material/icon&#x27;</span>;

docs-content/examples-highlighted/material/paginator/paginator-intl/paginator-intl-example-ts.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<span class="hljs-keyword">import</span> {MatPaginatorIntl, MatPaginatorModule} <span class="hljs-keyword">from</span> <span class="hljs-string">&#x27;@angular/material/paginator&#x27;</span>;
33
<span class="hljs-keyword">import</span> {Subject} <span class="hljs-keyword">from</span> <span class="hljs-string">&#x27;rxjs&#x27;</span>;
44

5+
<span class="hljs-keyword">import</span> <span class="hljs-string">&#x27;@angular/localize/init&#x27;</span>;
6+
57
<span class="hljs-meta">@Injectable</span>()
68
<span class="hljs-keyword">export</span> <span class="hljs-class"><span class="hljs-keyword">class</span> <span class="hljs-title">MyCustomPaginatorIntl</span> <span class="hljs-title">implements</span> <span class="hljs-title">MatPaginatorIntl</span> </span>{
79
changes = <span class="hljs-keyword">new</span> Subject&lt;<span class="hljs-built_in">void</span>&gt;();

docs-content/examples-source/material/chips/chips-harness/chips-harness-example.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/// <reference types="jasmine" />
2+
13
import {ChangeDetectionStrategy, Component, signal} from '@angular/core';
24
import {MatChipsModule} from '@angular/material/chips';
35
import {MatIconModule} from '@angular/material/icon';

docs-content/examples-source/material/paginator/paginator-intl/paginator-intl-example.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import {Component, Injectable} from '@angular/core';
22
import {MatPaginatorIntl, MatPaginatorModule} from '@angular/material/paginator';
33
import {Subject} from 'rxjs';
44

5+
import '@angular/localize/init';
6+
57
@Injectable()
68
export class MyCustomPaginatorIntl implements MatPaginatorIntl {
79
changes = new Subject<void>();
File renamed without changes.

docs-content/guides/creating-a-custom-form-field-control.html renamed to docs-content/guides/creating-a-custom-form-field-control.md.html

File renamed without changes.

docs-content/guides/creating-a-custom-stepper-using-the-cdk-stepper.html renamed to docs-content/guides/creating-a-custom-stepper-using-the-cdk-stepper.md.html

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)