Created
February 9, 2022 21:47
-
-
Save alxhub/b7c93e9d42307cae58cc954ac2b6375d to your computer and use it in GitHub Desktop.
How the Angular Compiler Works - Template Type-Checking Example Template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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