mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-13 14:23:02 -05:00
feat(doc): move notifivation
This commit is contained in:
8
apps/ngrx/notification/src/app/app.actions.ts
Normal file
8
apps/ngrx/notification/src/app/app.actions.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { createActionGroup, emptyProps } from '@ngrx/store';
|
||||
|
||||
export const appActions = createActionGroup({
|
||||
source: 'App Component',
|
||||
events: {
|
||||
'Init App': emptyProps(),
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user