mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
b7b56785d1
The code does not force the user to provider `RenderDebugInfo`. The current implementation lists this as a mandatory parameter. Update the parameter to be optional. Fixes #8466 Closes #8859