1 | /// <reference types="abp-web-resources" />
|
2 | import * as i0 from "@angular/core";
|
3 | export declare class UtilsService {
|
4 | getCookieValue(key: string): string;
|
5 | setCookieValue(key: string, value: string, expireDate?: Date, path?: string, domain?: string, attributes?: any): void;
|
6 | deleteCookie(key: string, path?: string): void;
|
7 | static ɵfac: i0.ɵɵFactoryDeclaration<UtilsService, never>;
|
8 | static ɵprov: i0.ɵɵInjectableDeclaration<UtilsService>;
|
9 | }
|