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
Sort of related to #2934 (multi file demos don't list other files), multi component(selector) demos are broken on plunkr.
jelbourn
changed the title
The selector did not match any elements
Docs site dialog example plunker is broken
Apr 11, 2017
jelbourn
added
docs
This issue is related to documentation
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
labels
Apr 11, 2017
Bug, feature request, or proposal:
The Dialog Component in the plunker Demo throws exeption: "The selector "dialog-overview-example-dialog" did not match any elements".
What is the expected behavior?
App work just fine but throws exception.
What are the steps to reproduce?
Go to Documentarion about Dialog Component and click on Edit on Plunker
What is the use-case or motivation for changing an existing behavior?
Because it confuses beginners like me
Is there anything else we should know?
Fix:
change
bootstrap: [DialogResultExample, DialogResultExampleDialog],
for
bootstrap: [DialogResultExample],
entryComponents: [DialogResultExampleDialog],
in main.ts file
The text was updated successfully, but these errors were encountered: