@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
13 lines • 549 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class RelativeUrlParserPipe implements PipeTransform {
transform(url: string): string;
private isFullUrl;
private isRelativeToBaseUrl;
private isRelativeUrl;
private isAppUrl;
private isQueryParameter;
static ɵfac: i0.ɵɵFactoryDeclaration<RelativeUrlParserPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<RelativeUrlParserPipe, "relativeUrlParser", true>;
}
//# sourceMappingURL=relative-url-parser.pipe.d.ts.map