Skip to content

Instantly share code, notes, and snippets.

@Teebo
Created January 31, 2021 12:51
Show Gist options
  • Save Teebo/d483ea0f1b24db9df51c7cf322207baa to your computer and use it in GitHub Desktop.
Save Teebo/d483ea0f1b24db9df51c7cf322207baa to your computer and use it in GitHub Desktop.
Component stub
import { Component, Input, OnInit } from '@angular/core';
@Component({
selector: 'app-hobbies',
template: ''
})
export class HobbiesStubComponent {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment