Skip to content

Instantly share code, notes, and snippets.

@vsavkin
Created March 14, 2019 14:46
Show Gist options
  • Save vsavkin/483d8ef0e0edacb97c4ad40c04c9dfc5 to your computer and use it in GitHub Desktop.
Save vsavkin/483d8ef0e0edacb97c4ad40c04c9dfc5 to your computer and use it in GitHub Desktop.
@Component({
template: `
<h1>Welcome to {{title}}!</h1>
`
})
export class GreetingComponent {
@Input() title: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment