Brandon Williams

Results 3 comments of Brandon Williams

Anyone trying to figure this out who has the modal in its own component, in the modal's component, just throw this in there (thanks xLarry): ``` ngOnInit() { document.getElementsByTagName('body')[0].classList.add('modal-open'); }...

Looks good with: `backdropColor: 'rgba(0, 0, 0, 0.5)',`

You might have a circular reference issue where your DialogWrapperComponent is trying to reference to a component or service that originally references the DialogWrapperComponent.