Skip to content

Instantly share code, notes, and snippets.

@trumbitta
Last active March 20, 2019 18:49
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 trumbitta/ecf0bcea0166fa47b5e59115e9bf2b84 to your computer and use it in GitHub Desktop.
Save trumbitta/ecf0bcea0166fa47b5e59115e9bf2b84 to your computer and use it in GitHub Desktop.
Angular for dads - intro to components 1
import { Component } from '@angular/core';
@Component({
selector: 'ng4d-greeting-card',
template: `
<pre>GreetingCardComponent</pre>
`,
})
export class GreetingCardComponent {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment