angular-light icon indicating copy to clipboard operation
angular-light copied to clipboard

able to use components from different versions of framework

Open lega911 opened this issue 8 years ago • 0 comments

component.register({name, handler}); component.invoke({name, element, parentInterface});

parentInterface:

  • watch(name, callback);
  • unwatch
  • destroy
  • sendEvent
  • setAPI

lega911 avatar Aug 02 '17 15:08 lega911