]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-main/account/signup-label.component.ts
Update angular
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / account / signup-label.component.ts
CommitLineData
9589907c
C
1import { Component, Input } from '@angular/core'
2
3@Component({
4 selector: 'my-signup-label',
5 templateUrl: './signup-label.component.html'
6})
7export class SignupLabelComponent {
8 @Input() requiresApproval: boolean
9}