Base solution for your next web application

Activities of "jasonreid"

Prerequisites

  • What is your product version? 10.4
  • What is your product type (Angular or MVC)? Angular
  • What is product framework type (.net framework or .net core)? .net Core

SweetAlert2 onClose option depereciated and no longer works replace with willClose

this._accountService.activateEmail(this.model)
                .subscribe(() => {
                    this.notify.success(this.l('YourEmailIsConfirmedMessage'), '',
                        {
                            willClose: () => {
                                this._router.navigate(['account/login']);
                            }
                        });
                });
Showing 1 to 1 of 1 entries