UNPKG

@rero/ng-core

Version:

RERO angular core library.

11 lines (10 loc) 421 B
import { CoreConfigService } from '../core-config.service'; import * as i0 from "@angular/core"; export declare class CryptoJsService { protected coreConfigService: CoreConfigService; encrypt(value: string): any; decrypt(value: string): any; private secretPassphrase; static ɵfac: i0.ɵɵFactoryDeclaration<CryptoJsService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<CryptoJsService>; }