Created
August 25, 2020 21:42
-
-
Save mgechev/c18097c7b9c9693015bbf7289698adbf to your computer and use it in GitHub Desktop.
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
@Component({ | |
template: '<h1>{{ article.title }}</h1>' | |
}) | |
class ArticleComponent { | |
article: Article | undefined; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment