Skip to content

Instantly share code, notes, and snippets.

@alxhub
Created February 9, 2022 21:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alxhub/b7c93e9d42307cae58cc954ac2b6375d to your computer and use it in GitHub Desktop.
Save alxhub/b7c93e9d42307cae58cc954ac2b6375d to your computer and use it in GitHub Desktop.
How the Angular Compiler Works - Template Type-Checking Example Template
<span *ngFor="let user of users">{{user.name}}</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment