Search code examples
aspnetboilerplate

How to throw a UserFriendlyException in angular application?


How to throw a UserFriendlyException from an angular component.ts any examples?

[Abp 3.4.1 template .net core + Angular]


Solution

  • there's client command. use the below

    abp.message.error("test")