bitfront-library
Version:
Angular CLI project with components and classes used by other Angular projects of the BIT foundation.
11 lines (10 loc) • 384 B
TypeScript
import { PipeTransform } from "@angular/core";
import * as i0 from "@angular/core";
/**
* Cambia a mayúscula el primer carácter de un texto.
*/
export declare class CapitalizePipe implements PipeTransform {
transform(texto: string): string;
static ɵfac: i0.ɵɵFactoryDef<CapitalizePipe, never>;
static ɵpipe: i0.ɵɵPipeDefWithMeta<CapitalizePipe, "capitalize">;
}