Skip to content

Commit 0edba92

Browse files
committed
2 files modified
1 parent 6ae0a61 commit 0edba92

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/snackbar-loading-component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ <h2>Select a spinner</h2>
4040
<button style="margin-top: 20px; margin-left: 3vw" mat-button mat-raised-button color="accent" (click)="openLoadingSnackBar()">Show loading-bar</button>
4141
<div class="toggle-buttons">
4242

43-
<h2>Direction:</h2>
43+
<!-- <h2>Direction:</h2>
4444
<mat-button-toggle-group (change)="onToggleChange($event)" name="fontStyle" aria-label="Font Style">
4545
<mat-button-toggle value="loading-spin-clockwise">Clock wise</mat-button-toggle>
46-
<mat-button-toggle value="loading-spin-clockwise">Anti Clock Wise</mat-button-toggle>
46+
<mat-button-toggle value="loading-spin-anti-clockwise">Anti Clock Wise</mat-button-toggle>
4747
</mat-button-toggle-group>
48-
</div>
48+
</div> -->
4949

5050
<!-- Copyright 2019 Google Inc. All Rights Reserved.
5151
Use of this source code is governed by an MIT-style license that

app/snackbar-loading-component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export class SnackbarLoadingComponent implements NgOninit {
1515
icons: string[];
1616
snackbarData: SnackBarLoadingModel;
1717
inputValue: string;
18+
1819
constructor(
1920
private _snackBar: MatSnackBar,
2021
private loadingService: SnackbarLoadingService

0 commit comments

Comments
 (0)