Skip to content

Instantly share code, notes, and snippets.

@natmegs
Created December 20, 2017 22:35
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 natmegs/f46cb5b253d7eb6f2812ec88bc61ad2d to your computer and use it in GitHub Desktop.
Save natmegs/f46cb5b253d7eb6f2812ec88bc61ad2d to your computer and use it in GitHub Desktop.
Skeleton host component
import { Component } from '@angular/core';
@Component({
selector: 'host',
templateUrl: './host.component.html',
styleUrls: [ './host.component.css' ]
})
export class AppComponent {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment