close
1.
import { Action } from '@ngrx/store';
export interface CustomAction extends Action{
type:string;
payload?:any;
}
2.
import { CustomAction } from './../../../interface/action';
3.
important! file name cant be action.interface.ts just action.ts
全站熱搜