Skip to content

Instantly share code, notes, and snippets.

@NishuGoel
Created November 25, 2018 08:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NishuGoel/221df2d972ba13dc26b0315b7f319323 to your computer and use it in GitHub Desktop.
Save NishuGoel/221df2d972ba13dc26b0315b7f319323 to your computer and use it in GitHub Desktop.
@Component ({
selector: 'app-root',
template: `<h1>Hi I am an example of COmponents</h1>`
})
export class AppComponent{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment