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
Elements can now be built from code using a normal factory constructor, such as
new FooElement(). It is still necessary however to include the html import for
each element you wish to create this way.