get notification from hasura to an angular application

Solution 1:

You should look for angular GraphQL client libs for Angular as hasura's API is done in GraphQL.

Hasura's website provides us with a course/tutorial on how to implement an interface to hasura's, using Apollo Angular as a GraphQL lib.

It is hard to advise on components and services you might use without a deeper understanding of the requirements of your application.