3
3
Component ,
4
4
effect ,
5
5
ElementRef ,
6
- Host ,
7
6
HostListener ,
8
7
inject ,
9
8
signal ,
@@ -12,7 +11,7 @@ import {
12
11
} from '@angular/core' ;
13
12
import { FormsModule } from '@angular/forms' ;
14
13
import { ActivatedRoute , Router } from '@angular/router' ;
15
- import { MatIcon , MatIconRegistry } from '@angular/material/icon' ;
14
+ import { MatIcon } from '@angular/material/icon' ;
16
15
17
16
import { compileFormatAndHighlight } from './compile' ;
18
17
import { formatAngularTemplate } from './prettier' ;
@@ -110,7 +109,12 @@ import { unzip, zip } from './zip';
110
109
<ul>
111
110
<li>@Defer is not supported yet</li>
112
111
<li>i18n is not supported yet</li>
113
- <li><a href="https://github.com/JeanMeche/angular-compiler-output/issues">Probably some other issues</a>...</li>
112
+ <li>
113
+ <a
114
+ href="https://github.com/JeanMeche/angular-compiler-output/issues"
115
+ >Probably some other issues</a
116
+ >...
117
+ </li>
114
118
</ul>
115
119
<h2>More on the Angular compiler</h2>
116
120
<p>
@@ -121,7 +125,12 @@ import { unzip, zip } from './zip';
121
125
</div>
122
126
123
127
<br /><br /><br />
124
- <p>Repo <a href="https://github.com/jeanmeche/angular-compiler-output">here</a></p>
128
+ <p>
129
+ Repo
130
+ <a href="https://github.com/jeanmeche/angular-compiler-output"
131
+ >here</a
132
+ >
133
+ </p>
125
134
<span class="twitter">
126
135
Built by
127
136
<a href="https://twitter.com/Jean__meche">@JeanMeche</a> with the
@@ -144,8 +153,7 @@ export class AppComponent {
144
153
read : ElementRef ,
145
154
} ) ;
146
155
147
- constructor ( private matIconReg : MatIconRegistry ) {
148
- this . matIconReg . setDefaultFontSetClass ( 'material-symbols-outlined' ) ;
156
+ constructor ( ) {
149
157
effect ( ( ) => {
150
158
this . compileTemplate ( this . template ( ) ) ;
151
159
} ) ;
0 commit comments