Created
January 31, 2021 12:51
-
-
Save Teebo/d483ea0f1b24db9df51c7cf322207baa to your computer and use it in GitHub Desktop.
Component stub
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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