Skip to content

2.0.0

Compare
Choose a tag to compare
@boris-jenicek boris-jenicek released this 22 Oct 09:37
· 56 commits to master since this release

Fixed:

Breaking change:

-Dialog module
A dynamic component that is evoked in Dialog needs to have an injector in the constructor for DialogBelonging property.
example:

constructor( @Inject('dialogBelonging') public dialogBelonging: DialogBelonging ) {}

More at the documentation.