Last active
June 12, 2018 19:00
-
-
Save ozgurrgul/90e8995b2d7f3051cab06065c6f2ada4 to your computer and use it in GitHub Desktop.
This file contains 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({ | |
selector: 'welcome', | |
template: '<div>Hello World</div>', | |
styleUrls: ['./welcome.component.css'] | |
}) | |
export class WelcomeComponent { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment