mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ef7b70a375
This change provides better typing for the `LView.debug` property which is intended to be used by humans while debugging the application with `ngDevMode` turned on. In addition this chang also adds jasmine matchers for better asserting that `LView` is in the correct state. PR Close #38359