ngrx-amine-auth-jwt-testing
Version:
Ngrx authentification System By Med Amine
26 lines (22 loc) • 854 B
text/typescript
import {NgModule} from '@angular/core';
import {NgrxAmineAuthComponent} from './ngrx-amine-auth.component';
import {NgrxAmineAuthService} from './ngrx-amine-auth.service';
import {EffectsModule} from '@ngrx/effects';
import {CustomAuthEffects} from './store/effects/custom-auth.effects';
import {reducers} from './store/custom.app.states';
import {metaReducers} from './store/reducers/hydration.reducer';
import {CustomAuthActionTypes, All} from './store/actions/custom-login-page.action';
import {StoreModule} from '@ngrx/store';
export class NgrxAmineAuthModule {
}