Last active
February 22, 2021 13:38
-
-
Save sayinserdar/6606a8fe76faa2c8ea1aaab9066c0e4d to your computer and use it in GitHub Desktop.
Template Conditions in Angular
This file contains 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
public user = await asyncUserFunction(); | |
public cat = await asyncCatFunction(); | |
public isCatVisible = user.cat.id === cat.id; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment