Angular - Local variables and the new block syntax
In this example, we store the data we get from a subscription in the user variable:
You might want to use the new control flow syntax of Angular 17. It is possible to use local variables as well using the following syntax:
The only difference is th...
nhannguyen.hashnode.dev1 min read