UNPKG

@hardikdabhi/ngx-spinner

Version:

Customizable loading spinner for Angular (version ng 5 and above)

18 lines (13 loc) 383 B
import { Component, OnInit } from '@angular/core'; import { ISpinnerConfig, ISpinnerAnimation } from '../ngx-spinner.types'; @Component({ selector: 'app-fb-card', templateUrl: './fb-card.component.html', styleUrls: ['./fb-card.component.scss'] }) export class FbCardComponent implements ISpinnerAnimation { config: ISpinnerConfig; constructor() { } ngOnInit() { } }