Use static imports instead of inheriting interfaces for ElementsFactory, SVGFactory and DominoCss #884
Labels
breaking-change
A change that breaks the api
enhancement
New feature or request
version 2.x.x
Version 2.x.x issues
Milestone
Following up with the discussion here #879
We are going to switch to the new static import style instead of implementing the interfaces
ElementsFactory
andDominoCss
This means that the components now needs to at least add the following imports statement
Or add individual static imports.
At the same time for any custom component that inherits the interfaces will still function, and anyone who still prefers the old style for their own custom component they can still use the interfaces since they will remain untouched by themselves.
The text was updated successfully, but these errors were encountered: