provideScope
provideScope(
tuple
):void
Provides a scope to children components. Overrides any existing scope of the current value.
Parameters
Parameter | Type | Description |
---|---|---|
tuple | ScopeTuple < unknown > | a scope tuple |
Returns
void
provideScope(
tuple
):void
Provides a scope to children components. Overrides any existing scope of the current value.
Parameter | Type | Description |
---|---|---|
tuple | ScopeTuple < unknown > | a scope tuple |
void