4 lines
129 B
TypeScript
4 lines
129 B
TypeScript
import { createAction, props } from '@ngrx/store';
|
|
|
|
export const showDialog = createAction('[Messenger::Settings] Show Dialog');
|