Created
October 6, 2019 20:30
-
-
Save AvocadoVenom/50b8f70b7e8296b7842f143a08d039d5 to your computer and use it in GitHub Desktop.
Overlay Loading DIrective > Loader Config
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
| export class LoaderData { | |
| title: string; | |
| loaderType: LoaderType; | |
| } | |
| export type LoaderType = 'Spinner' | 'ProgressBar'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment