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