Created
June 5, 2021 17:04
-
-
Save owrrpon/8d7b8aa17616814784decb94b9c2da3e to your computer and use it in GitHub Desktop.
Adding the loader markup in app component
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="loader-container" *ngIf="is_loader_to_be_shown"> | |
<mat-spinner strokeWidth="4"></mat-spinner> | |
<p class="loader-container__text">Loading</p> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment