File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments