Skip to content

Commit

Permalink
Correction loadComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
gideruette committed Jun 10, 2024
1 parent 9cdfeba commit c61b529
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-focus-entities",
"version": "18.1.0",
"version": "18.2.0",
"author": {
"email": "[email protected]",
"name": "Gildéric Deruette"
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-focus-entities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-focus-entities",
"version": "18.1.0",
"version": "18.2.0",
"repository": "https://github.com/klee-contrib/ngx-focus-entities",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-focus-entities/src/lib/types/domain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ export interface Domain<
validators?: ValidatorFn[];
asyncValidators?: AsyncValidatorFn[];
component?: any;
loadComponent?: Promise<any>;
loadComponent?: () => Promise<any>;
}

0 comments on commit c61b529

Please sign in to comment.