UNPKG

ng2-component-spinner

Version:

A fairly simple and customizable spinner for your angular 2/4 component.

8 lines (7 loc) 202 B
import { PipeTransform } from '@angular/core'; /** * Transforms any input value */ export declare class SamplePipe implements PipeTransform { transform(value: any, args?: any[]): string; }