Open AnderssonPeter opened 2 years ago
Hi thanks for a great dialog component, I saw that it is using ReflectiveInjector, it should be migrated to Injector.create. https://github.com/kevcjones/ngx-simple-modal/blob/ca2e81a6f40654d4d7064f28641ea02b0c7b97c7/src/simple-modal/simple-modal-wrapper.component.ts#L65
ReflectiveInjector
Injector.create
Hi thanks for a great dialog component, I saw that it is using
ReflectiveInjector
, it should be migrated toInjector.create
. https://github.com/kevcjones/ngx-simple-modal/blob/ca2e81a6f40654d4d7064f28641ea02b0c7b97c7/src/simple-modal/simple-modal-wrapper.component.ts#L65