- Start by creating an enum that contains the different action types
Each Action type will have a origin (page) and an declares an Event (Something that has happened)
import { Action } from '@ngrx/store';
import {Aplication } from './domain/appication';
export enum ApplicationActionTypes {