ComponentEx.load method
ComponentEx › load
Loads the component.Signature:
load(): voidReturns: void — Despite the declared void return type, this method returns a Promise that resolves when the component is loaded or null if the component is fully synchronous.