| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
You can preview 6648737 at https://pr23459-6648737.ngbuilds.io/. |
Sorry, something went wrong.
|
You can preview c474619 at https://pr23459-c474619.ngbuilds.io/. |
Sorry, something went wrong.
Sorry, something went wrong.
|
@jasonaden this change fails in g3, can you please investigate and get the presubmit to pass? |
Sorry, something went wrong.
|
You can preview d10eb7b at https://pr23459-d10eb7b.ngbuilds.io/. |
Sorry, something went wrong.
|
The new component is marked as entry component in the testing module, not the production variant. Is that correct? I would currently expect the dynamically referenced EmptyOutletComponent component not to be part of the AOT compilation scope, since it isn't statically referenced. |
Sorry, something went wrong.
|
@JoostK Nope, it was wrong. It's been adjusted. 👍 |
Sorry, something went wrong.
|
You can preview 1d27d08 at https://pr23459-1d27d08.ngbuilds.io/. |
Sorry, something went wrong.
|
You can preview 7784ce8 at https://pr23459-7784ce8.ngbuilds.io/. |
Sorry, something went wrong.
|
Hi @jasonaden |
Sorry, something went wrong.
|
Sorry but any Example is removed from web anyone have a example ? |
Sorry, something went wrong.
|
@DrMabuse23 This is a fix, not a feature, thus nothing changed in usage, what did you expect in an example? |
Sorry, something went wrong.
|
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. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #10981
This PR adds an EmptyOutletComponent that becomes the default in the case of a route config with a path, outlet, and children defined, but no Component. In the past, this would throw an error. The workaround was to define an empty component.
This PR makes that workaround the default for this scenario.