@ts-core/angular 19.0.1 → 19.0.2
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.
|
@@ -9,7 +9,7 @@ export declare class LanguageDirective extends Destroyable {
|
|
|
9
9
|
protected _key: string;
|
|
10
10
|
protected _params: any;
|
|
11
11
|
constructor(element: ElementRef, language: LanguageService);
|
|
12
|
-
protected translate()
|
|
12
|
+
protected translate: () => void;
|
|
13
13
|
destroy(): void;
|
|
14
14
|
set key(value: string);
|
|
15
15
|
get key(): string;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { Loadable } from '@ts-core/common';
|
|
2
|
-
import { ExtendedError } from '@ts-core/common';
|
|
1
|
+
import { ExtendedError, Loadable } from '@ts-core/common';
|
|
3
2
|
import { Observable } from 'rxjs';
|
|
4
3
|
export declare abstract class LoginBaseService<E = any, U = any, V = any> extends Loadable<E | LoginBaseServiceEvent, U | V | ExtendedError> {
|
|
5
4
|
protected _sid: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ts-core/angular",
|
|
3
|
-
"version": "19.0.
|
|
3
|
+
"version": "19.0.2",
|
|
4
4
|
"description": "Modules for frontend based on angular",
|
|
5
5
|
"main": "public-api.js",
|
|
6
6
|
"author": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@angular/service-worker": "^19.0.6",
|
|
19
19
|
"@angular/platform-browser-dynamic": "^19.0.6",
|
|
20
20
|
"@angular/router": "^19.0.6",
|
|
21
|
-
"@ts-core/common": "~3.0.
|
|
21
|
+
"@ts-core/common": "~3.0.57",
|
|
22
22
|
"@ts-core/frontend": "~3.0.15",
|
|
23
23
|
"@types/numeral": "^2.0.5",
|
|
24
24
|
"interactjs": "1.10.11",
|