WIP plugins: update plugin
[oweals/peertube.git] / client / src / app / shared / buttons / button.component.ts
index cf334e8d59c1d641c4737d67ccff519ff4cb095e..cac5ad210ff9d6a609db9fba01feb5965861f2cb 100644 (file)
@@ -12,6 +12,7 @@ export class ButtonComponent {
   @Input() className = 'grey-button'
   @Input() icon: GlobalIconName = undefined
   @Input() title: string = undefined
+  @Input() loading = false
 
   getTitle () {
     return this.title || this.label