Having a confirmation dialogs is a very common requirement in the applications nowadays. They are used when a specific(in most cases destructive) action is executed, like deleting a specific record.
Continue readingTag: Angular Material
Display a loader on every HTTP request using Interceptor in Angular 7
As you may already know, as of version 4.3, Angular introduced a new HttpClient. One of the main features of this client is interception – a way to declare interceptors,
Continue reading