0 votes
in Angular by
What are the list of template expression operators?

1 Answer

0 votes
by

The Angular template expression language supports three special template expression operators.

  1. Pipe operator
  2. Safe navigation operator
  3. Non-null assertion operator
...