Hello,
when backend throws an error, view shows this window
How can I access this window using frontend(angular 2.0) ?
Thanks
Do you mean create your own error notification?
abp.message.error("User not signed in");
Thanks, thats it