ngx-core-business
Version:
A comprehensive solution designed to streamline the development of enterprise-level Angular applications.
8 lines (7 loc) • 355 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class BoldMatchesPipe implements PipeTransform {
transform(value: string, search: string): string;
static ɵfac: i0.ɵɵFactoryDeclaration<BoldMatchesPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<BoldMatchesPipe, "boldMatches", false>;
}