Visually enhanced the popup by adding a small space after the mat-icon and ensuring the coloring classes work (since Angular >= v15, see this)
Added popups for user creation, deletion, modification
Added popups for service creation, deletion, modification
Added popups for application creation, deletion, modification
Added popups for organization creation, deletion, modification
Note: I've added calls to the notificationService in the .effects.ts files, since I saw that this is the good practice while working with ngrx, and this was also the precedent approach in the codebase. But let me know if you prefer these invocations in the components code directly, or elsewhere.
PR for Display success or error notification after create, update, delete of something. #13 Fixes #13
Changes:
Note: I've added calls to the
notificationService
in the.effects.ts
files, since I saw that this is the good practice while working with ngrx, and this was also the precedent approach in the codebase. But let me know if you prefer these invocations in the components code directly, or elsewhere.