@ts-core/angular 17.0.19 → 17.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,5 +3,5 @@ import { ValueStorage } from '../storage/ValueStorage';
3
3
  import { LocalStorageService } from '../storage/LocalStorageService';
4
4
  export declare class LoginTokenStorage extends ValueStorage {
5
5
  static TOKEN_KEY: string;
6
- constructor(localStorage: LocalStorageService, cookies: CookieService);
6
+ constructor(local: LocalStorageService, cookies: CookieService);
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ts-core/angular",
3
- "version": "17.0.19",
3
+ "version": "17.0.20",
4
4
  "description": "Modules for frontend based on angular",
5
5
  "main": "public-api.js",
6
6
  "author": {