/** * @bantis/local-cipher/angular - Angular Integration * Angular service for encrypted browser storage * * @version 2.1.0 * @license MIT */ export * from './index'; export { SecureStorageService } from './angular/SecureStorageService'; export { StorageService } from './angular/StorageService';