Skip to main content
cngx-src documentation

Environment

Interface

projects/core/tokens/environment.token.ts

Import#

import { Environment } from '@cngx/core/tokens'

Description#

Application environment descriptor.

Index#

Properties

index-signatures

Instance Properties#

production#boolean

Whether the application is running in production mode.

Indexable#

[key: string]: unknown