Skip to content

Commit 9de7709

Browse files
committed
fix(demo): minor - adjusted the highlight code for the new components
1 parent 3fc3358 commit 9de7709

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

demo/src/app/home/home.component.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,12 @@ <h1>ngx-auth-firebaseui</h1>
172172
<!--tab 1-->
173173
<mat-tab>
174174
<ng-template mat-tab-label>HTML</ng-template>
175-
<pre><code [highlight]="providersRow"></code></pre>
175+
<pre><code [highlight]="registerComponent"></code></pre>
176176
</mat-tab>
177177
<!--tab 2-->
178178
<mat-tab>
179179
<ng-template mat-tab-label>TS</ng-template>
180-
<pre><code [highlight]="appComponentTS"></code></pre>
180+
<pre><code [highlight]="code"></code></pre>
181181
</mat-tab>
182182
</mat-tab-group>
183183
</mat-card-content>
@@ -208,12 +208,12 @@ <h1>ngx-auth-firebaseui</h1>
208208
<!--tab 1-->
209209
<mat-tab>
210210
<ng-template mat-tab-label>HTML</ng-template>
211-
<pre><code [highlight]="providersColumn"></code></pre>
211+
<pre><code [highlight]="loginComponent"></code></pre>
212212
</mat-tab>
213213
<!--tab 2-->
214214
<mat-tab>
215215
<ng-template mat-tab-label>TS</ng-template>
216-
<pre><code [highlight]="appComponentTS"></code></pre>
216+
<pre><code [highlight]="code"></code></pre>
217217
</mat-tab>
218218
</mat-tab-group>
219219
</mat-card-content>

0 commit comments

Comments
 (0)