Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created January 2, 2018 07:53
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 debugmodedotnet/4ae41a3f5fa355e4fea1c67d5f3d64ac to your computer and use it in GitHub Desktop.
Save debugmodedotnet/4ae41a3f5fa355e4fea1c67d5f3d64ac to your computer and use it in GitHub Desktop.
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-root',
template: `<app-child></app-child>`
})
export class AppComponent implements OnInit {
ngOnInit() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment