Skip to content

Instantly share code, notes, and snippets.

@rajatgeekyants
Created June 14, 2018 09:34
Show Gist options
  • Save rajatgeekyants/48127160ef625269072903e663b9af58 to your computer and use it in GitHub Desktop.
Save rajatgeekyants/48127160ef625269072903e663b9af58 to your computer and use it in GitHub Desktop.
import {Component} from '@angular/core';
@Component({
selector: 'app-root',
template: `
<div>
<h1>Reusable Angular Components</h1>
</div>
`,
})
export class AppComponent {
title = 'app';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment