Skip to content

Instantly share code, notes, and snippets.

@mgechev
Created August 25, 2020 21:42
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 mgechev/c18097c7b9c9693015bbf7289698adbf to your computer and use it in GitHub Desktop.
Save mgechev/c18097c7b9c9693015bbf7289698adbf to your computer and use it in GitHub Desktop.
@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