feat(doc): move notifivation

This commit is contained in:
thomas
2023-10-18 09:52:27 +02:00
parent 27e7137716
commit c0caace62f
32 changed files with 19 additions and 19 deletions

View File

@@ -0,0 +1,8 @@
import { createActionGroup, emptyProps } from '@ngrx/store';
export const appActions = createActionGroup({
source: 'App Component',
events: {
'Init App': emptyProps(),
},
});