ucap-lg-web/src/app/store/effects.ts
richard-loafle 638f41d26f bug fixed
2020-04-03 16:44:28 +09:00

7 lines
251 B
TypeScript

import { Type } from '@angular/core';
import { Effects as AppEffects } from './app/effects';
import { Effects as AppAuthenticationEffects } from './authentication/effects';
export const effects: Type<any>[] = [AppEffects, AppAuthenticationEffects];