4 lines
129 B
TypeScript
Raw Normal View History

2019-11-21 10:29:19 +09:00
import { createAction, props } from '@ngrx/store';
export const showDialog = createAction('[Messenger::Settings] Show Dialog');