Closed Aracturat closed 6 years ago
Please add defaultSimpleModalOptions to the main index file.
Now it is:
import { SimpleModalModule } from 'ngx-simple-modal'; import { defaultSimpleModalOptions } from 'ngx-simple-modal/dist/simple-modal/simple-modal-options';
Desired result:
import { SimpleModalModule, defaultSimpleModalOptions } from 'ngx-simple-modal';
I use it when I overwrite global settings:
SimpleModalModule.forRoot( { container: document.body }, { ...defaultSimpleModalOptions, {...} })
Released with 1.3.8
Please add defaultSimpleModalOptions to the main index file.
Now it is:
Desired result:
I use it when I overwrite global settings: