UNPKG

bitcitawebfrontlib-ibsalut

Version:

Angular CLI project used by other Angular projects in the bitcita web project.<br />

8 lines (7 loc) 221 B
import { PipeTransform } from "@angular/core"; /** * Cambia a mayúscula el primer carácter de un texto. */ export declare class CapitalizePipe implements PipeTransform { transform(texto: string): string; }