* Returns the promise that's resolved when the element has been mounted. If * the mount fails, the resulting promise is rejected. * @return {!Promise}
()
| 769 | * @return {!Promise} |
| 770 | */ |
| 771 | whenMounted() { |
| 772 | return this.signals_.whenSignal(CommonSignals_Enum.MOUNTED); |
| 773 | } |
| 774 | |
| 775 | /** |
| 776 | * @return {!Promise} |
no test coverage detected