TAMULib / weaver-components

Custom Web Components for the Weaver UI
MIT License
0 stars 1 forks source link

Weaver Button should be able to trigger actions on a parent component. #319

Closed jeremythuff closed 3 years ago

jeremythuff commented 3 years ago

Currently buttons passed into components cannot bind to angular component methods. Weaver Button should expose an API that allows those placing the button to specify a method from the parent component that will be launched on click, as well as arguments to be passed to that method.