-
Notifications
You must be signed in to change notification settings - Fork 26.2k
Broken demo on Dynamic Component Loader documentation article #21903
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What do you mean by "broken"? See #17158 |
Different symptom - Logs are showing "ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked." However, it is adblocker related. Disabling uBlock resolves this. This is an concern, since Angular is used to build many enterprise applications and many end users will have adblockers installed as a company infosec policy. Should I just close this issue out since it seems related to the issue you linked? |
@dankellett ... it is not related to any adblocker. |
I see what you mean. The app runs with Adblocker disabled but it is still producing the console error with adblockers disabled. This suggests that these are likely two different issues. So the symptom is solely that this functionality in the demo doesn't work when adblocker is running, which seems to be tracked in #17158. |
@dankellett ... this is the only change that is enough to solve the problem in thit case ...
|
For people coming from Google, https://blog.angularindepth.com/everything-you-need-to-know-about-the-expressionchangedafterithasbeencheckederror-error-e3fd9ce7dbb4 helped me understand what's going on. P.S.: while you're at it... |
@dankellett, Can you try this solution: #22020? |
Hey, thanks for finding this @dankellett. I learned something new! 👍 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
I'm submitting a...
Current behavior
The "live demo" and downloadable demo linked on the documentation page titled "Dynamic Component Loader" does not function, nor does the downloadable demo.
Expected behavior
The demo works
Minimal reproduction of the problem with instructions
Follow the "live example" link that shows at the top or bottom of the article here or go straight to live example link here
What is the motivation / use case for changing the behavior?
Demo is broken
Environment
The text was updated successfully, but these errors were encountered: