33 Component ,
44 effect ,
55 ElementRef ,
6- Host ,
76 HostListener ,
87 inject ,
98 signal ,
@@ -12,7 +11,7 @@ import {
1211} from '@angular/core' ;
1312import { FormsModule } from '@angular/forms' ;
1413import { ActivatedRoute , Router } from '@angular/router' ;
15- import { MatIcon , MatIconRegistry } from '@angular/material/icon' ;
14+ import { MatIcon } from '@angular/material/icon' ;
1615
1716import { compileFormatAndHighlight } from './compile' ;
1817import { formatAngularTemplate } from './prettier' ;
@@ -110,7 +109,12 @@ import { unzip, zip } from './zip';
110109 <ul>
111110 <li>@Defer is not supported yet</li>
112111 <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>
114118 </ul>
115119 <h2>More on the Angular compiler</h2>
116120 <p>
@@ -121,7 +125,12 @@ import { unzip, zip } from './zip';
121125 </div>
122126
123127 <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>
125134 <span class="twitter">
126135 Built by
127136 <a href="https://twitter.com/Jean__meche">@JeanMeche</a> with the
@@ -144,8 +153,7 @@ export class AppComponent {
144153 read : ElementRef ,
145154 } ) ;
146155
147- constructor ( private matIconReg : MatIconRegistry ) {
148- this . matIconReg . setDefaultFontSetClass ( 'material-symbols-outlined' ) ;
156+ constructor ( ) {
149157 effect ( ( ) => {
150158 this . compileTemplate ( this . template ( ) ) ;
151159 } ) ;
0 commit comments