ems-web-app-cognito
Version:
This angular.io module includes a component, service and supporting classes that wrap the Amazon Cognito Identity SDK to enable simple username/password authentication.
9 lines (8 loc) • 378 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class LabelerPipe implements PipeTransform {
transform(label: string): string;
static ɵfac: i0.ɵɵFactoryDeclaration<LabelerPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<LabelerPipe, "labeler">;
static ɵprov: i0.ɵɵInjectableDeclaration<LabelerPipe>;
}