* Returns promise that resolves when the element has been built. * @return {!Promise}
()
| 311 | * @return {!Promise} |
| 312 | */ |
| 313 | whenBuilt() { |
| 314 | // TODO(dvoytenko): merge with the standard BUILT signal. |
| 315 | return this.element.signals().whenSignal('res-built'); |
| 316 | } |
| 317 | |
| 318 | /** |
| 319 | * Requests the resource's element to be built. See {@link AmpElement.build} |
no test coverage detected