richard-loafle c97ab001f6 bug fixed
2020-04-03 11:47:45 +09:00

6 lines
140 B
TypeScript

import { createAction, props } from '@ngrx/store';
export const initializer = createAction(
'[ucap::app::authentication] initializer'
);