Skip to content

Commit c61b529

Browse files
committed
Correction loadComponent
1 parent 9cdfeba commit c61b529

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-focus-entities",
3-
"version": "18.1.0",
3+
"version": "18.2.0",
44
"author": {
55
"email": "gilderic.deruette@kleegroup.com",
66
"name": "Gildéric Deruette"

projects/ngx-focus-entities/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-focus-entities",
3-
"version": "18.1.0",
3+
"version": "18.2.0",
44
"repository": "https://github.com/klee-contrib/ngx-focus-entities",
55
"license": "MIT",
66
"author": {

projects/ngx-focus-entities/src/lib/types/domain.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ export interface Domain<
3535
validators?: ValidatorFn[];
3636
asyncValidators?: AsyncValidatorFn[];
3737
component?: any;
38-
loadComponent?: Promise<any>;
38+
loadComponent?: () => Promise<any>;
3939
}

0 commit comments

Comments
 (0)