Class Export
export isDevMode() : boolean
Returns whether Angular is in development mode. After called once, the value is locked and won't change any more.
By default, this is true, unless a user calls enableProdMode
before calling this.
exported from core/index defined in core/src/application_ref.ts