* Returns the promise that's resolved when the element has been built. If * the build fails, the resulting promise is rejected. * @return {!Promise}
()
| 493 | * @return {!Promise} |
| 494 | */ |
| 495 | whenBuilt() { |
| 496 | return this.signals_.whenSignal(CommonSignals_Enum.BUILT); |
| 497 | } |
| 498 | |
| 499 | /** |
| 500 | * Requests or requires the element to be built. The build is done by |
no test coverage detected