UNPKG

yoyo-ng-modulewindy

Version:

服务于52ABP模板的前端开源的相关组件内容。整合了ng-alain和你NG ZORRO的内容

6 lines (5 loc) 224 B
export declare class UtilsService { getCookieValue(key: string): string; setCookieValue(key: string, value: string, expireDate?: Date, path?: string): void; deleteCookie(key: string, path?: string): void; }