Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The javascript file of the bean component can put those into its scope, every webcomponent is a angular module of its own, with at least 1 directive that is describing the component itself. So the module and the one directive should be named like the bean (camel case notation so an svya servoydefault- prefix will result in svyNameservoydefaultName). The bean module should also include the servoy module so that the bean can use the various servoy directives (starting with svy)

...