Skip to content

Instantly share code, notes, and snippets.

View angularistanbul's full-sized avatar

angularistanbul

View GitHub Profile
@Component({
selector: 'my-app',
template: `<hello></hello>`
})
export class AppComponent {
name = 'Angular';
}
@Component({
selector: 'hello',