You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tmtron this currently isn't possible because the template is only set on ngAfterViewInit. With that being said I think it should be possible to also update during ngOnChanges. Let me take a look and see if I can make this change.
In our use-case we have 2 very different templates for blocking the UI:
The current issue, is that we found no way to change the template once it has been assigned.
Did we miss something?
Our workaround for now is to have only on component and pass some config parameters as explained in #95
The text was updated successfully, but these errors were encountered: