mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-13 22:33:03 -05:00
refactor: notification
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Teacher } from '@angular-challenges/ngrx-notification/model';
|
||||
import { Teacher } from '@angular-challenges/power-of-effect/model';
|
||||
import { createActionGroup, props } from '@ngrx/store';
|
||||
|
||||
export const teacherActions = createActionGroup({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Teacher } from '@angular-challenges/ngrx-notification/model';
|
||||
import { Teacher } from '@angular-challenges/power-of-effect/model';
|
||||
import { createEntityAdapter, EntityAdapter, EntityState } from '@ngrx/entity';
|
||||
import { createReducer, on } from '@ngrx/store';
|
||||
import { teacherActions } from './teacher.actions';
|
||||
|
||||
Reference in New Issue
Block a user