Created
March 14, 2019 14:46
-
-
Save vsavkin/483d8ef0e0edacb97c4ad40c04c9dfc5 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>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