EnvironmentProperties Type alias
A type containing all of the properties of Environment with none of the methods and with the readonly
modifiers removed.
see Environment.create and Environment.clone.
EnvironmentProperties = NonFunctionPropertiesOf<Environment>
Defined in
- core/common/src/Environment.ts Line 29
Last Updated: 20 June, 2023