Skip to content

Instantly share code, notes, and snippets.

@ozgurrgul
Last active June 12, 2018 19:00
Show Gist options
  • Save ozgurrgul/90e8995b2d7f3051cab06065c6f2ada4 to your computer and use it in GitHub Desktop.
Save ozgurrgul/90e8995b2d7f3051cab06065c6f2ada4 to your computer and use it in GitHub Desktop.
@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