2.0.0
Fixed:
- Problem with building production that appeared in some cases (thanks to @facundoLecuna and @DimoYa)
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.