Skip to content

Instantly share code, notes, and snippets.

@ArtemRomanovsky
Last active February 20, 2020 11:42
Show Gist options
  • Save ArtemRomanovsky/71930e0610c45869d4c275dcd498628b to your computer and use it in GitHub Desktop.
Save ArtemRomanovsky/71930e0610c45869d4c275dcd498628b to your computer and use it in GitHub Desktop.
@Component({
template:
`<span>I am {{name}}</span>
`,
})
export class MyComponent {
name = 'Angular';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment