-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
How I can set viewContainerRef if I'm using ngUpgrade? #1069
Comments
Thanks for your quick response! |
Please confirm that this hack is working for you, so I can update docs :) |
|
Not fun, do you have a repo so I can reproduce it? |
I have a private repository not in github, unfortunately I can't give you access to it. |
What is the progress with this issue? |
I need a sample to reproduce and debug locally |
Same issue as #1056 |
I answered this question here #1056 |
adapter.bootstrap(document.documentElement, ["myApp"]).ready((a) => { console.log("myApp Ready!"); });
My main ngModule doesn't have bootstrap component because I loaded it through UpgradeAdapter?
The text was updated successfully, but these errors were encountered: