Skip to content

Instantly share code, notes, and snippets.

@wKoza
Last active January 29, 2017 13:21
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 wKoza/b8401334ddd8ad7bee5f95cb07ac9eaf to your computer and use it in GitHub Desktop.
Save wKoza/b8401334ddd8ad7bee5f95cb07ac9eaf to your computer and use it in GitHub Desktop.
@Component({
selector: 'card',
template: `
<div class="card">
<h3 class="card-header">Featured</h3>
<div class="card-block">
<ng-content></ng-content>
</div>
<div class="card-footer">
Footer
</div>
</div>
`,
})
export class CardComponent { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment