Is it possible to define steps across different components and reference them in a steps list in another component? #218
Unanswered
samvloeberghs
asked this question in
Q&A
Replies: 1 comment 3 replies
-
If by If you still can't make it work please create a reproduction I can take a look at. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For example; I have some steps defined in a child component that I would like to reference in the steps list defined in its parent component. Is that possible? I can't get that to work.
Angular v20
"@ng-bootstrap/ng-bootstrap": "19.0.1",
I get
Can't attach to unregistered anchor with id "environments.environmentsTopBanner"
when referencing an element in the child component. I tried setTimeout before init and start to see if it's a matter of rendering and the elements not being available yet, but it doesn't work.Beta Was this translation helpful? Give feedback.
All reactions