UNPKG

@karelics/angular-unleash-proxy-client

Version:

Angular wrapper for [unleash-proxy-client](https://github.com/Unleash/unleash-proxy-client-js).

3 lines (2 loc) 153 B
import { UrlTree } from '@angular/router'; export declare function redirectResult(redirectUrl?: string | UrlTree): UrlTree | Promise<boolean> | boolean;