We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a903d63 commit 5786bc3Copy full SHA for 5786bc3
templates/Basic/_actions.ts
@@ -10,7 +10,7 @@ export const LOAD_{{ constantCase name }}_FAIL = '[{{ titleCase name
10
export class Load{{ titleCase name }}Action implements Action {
11
readonly type = LOAD_{{ constantCase name }};
12
13
- constructor(public paylaod: any) { }
+ constructor(public payload: any) { }
14
}
15
16
export class Load{{ titleCase name }}SuccessAction implements Action {
0 commit comments