You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allow to pass component properties with the template syntax (a6a6fda)
debug accepts an element to be pretty printed (d39b758)
no need to pass the component as declaration with the component syntax (9cd8e91)
BREAKING CHANGES
The parameters parameter has been renamed to componentProperties and has also been moved to RenderOptions.
To create a component via the component syntax, just pass it to the render function.