UNPKG

rj-spinner

Version:

This library was generated with https://github.com/angular/angular-cli version 9.1.13.

8 lines (7 loc) 171 B
import { Subject } from 'rxjs'; export declare class RjSpinnerService { spinnerFlag: Subject<unknown>; constructor(); show(): void; hide(): void; }