cocori-ng
Version:
Cocori-ng is an Angular full of great components & utilites based on Material
8 lines (7 loc) • 328 B
TypeScript
import { BehaviorSubject } from 'rxjs';
import * as i0 from "@angular/core";
export declare class CurrentUrlRoutingService {
currentUrl: BehaviorSubject<string>;
static ɵfac: i0.ɵɵFactoryDeclaration<CurrentUrlRoutingService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<CurrentUrlRoutingService>;
}