Skip to content

Instantly share code, notes, and snippets.

@AvocadoVenom
Created October 6, 2019 20:30
Show Gist options
  • Select an option

  • Save AvocadoVenom/50b8f70b7e8296b7842f143a08d039d5 to your computer and use it in GitHub Desktop.

Select an option

Save AvocadoVenom/50b8f70b7e8296b7842f143a08d039d5 to your computer and use it in GitHub Desktop.
Overlay Loading DIrective > Loader Config
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