oakestra / dashboard

General-purpose web UI for the Oakestra Framework
Apache License 2.0
0 stars 4 forks source link

Add popups for success or error notification after create update delete #36

Closed TFphoenix closed 1 year ago

TFphoenix commented 1 year ago

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.

image