UNPKG

ngx-mat-lib

Version:

A bunch of utilities and components to use in your Angular 7+ apps!

8 lines (7 loc) 235 B
import { PipeTransform } from "@angular/core"; export declare class XmatKebabCasePipe implements PipeTransform { /** * @param value The string to transform to upper case. */ transform(value: string): string; }