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
Angular Archwizard doesn't work inside ng bootstrap modal. Although the wizard is displayed visually, when pressing the continue button, by code it does not recognize the element: this.wizard.goToNextStep(); and it has an undefined value, this is the error: "Cannot read properties of undefined (reading 'goToNextStep')".
does anyone know what is causing this error?
does Archwizard not support ng-bootstrap modal scripts?
The text was updated successfully, but these errors were encountered:
Angular Archwizard doesn't work inside ng bootstrap modal. Although the wizard is displayed visually, when pressing the continue button, by code it does not recognize the element: this.wizard.goToNextStep(); and it has an undefined value, this is the error: "Cannot read properties of undefined (reading 'goToNextStep')".
does anyone know what is causing this error?
does Archwizard not support ng-bootstrap modal scripts?
The text was updated successfully, but these errors were encountered: