Closed
Description
Based on documentation here, if [options]="{ show: true }"
is provided, then the modal should be shown upon initalization.
But this value is not even checked anywhere in modal.component.ts.
So, the option does not work. But it is a really nice one, since it allows to handle modals with *ngIf
statements instead of show() / hide()