mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
dbceef6221
The Angular DevTools Extension doesn't use the `element` property in Client-Only Wiz apps. Once the new `ng.getComponentForest`` function is implemented, Client-Only Wiz could provide `ComponentTreeNode`s without an `element` property. This change supports that case by making the `element` property optional.