aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/buttons/edit-button.component.ts
blob: 1fe4f7b3019a13e0d6238ba706501212a849f49d (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                
                        
                                    
 
import { Component, Input } from '@angular/core'

@Component({
  selector: 'my-edit-button',
  styleUrls: [ './button.component.scss' ],
  templateUrl: './edit-button.component.html'
})

export class EditButtonComponent {
  @Input() label: string
  @Input() routerLink: string[] = []
}