UNPKG

@hardikdabhi/ngx-spinner

Version:

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

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