Index

src/lib/ngx-codemirror/codemirror.component.ts

CodeMirror
CodeMirror: any
Type : any
Default value : typeof window !== 'undefined' && typeof window.navigator !== 'undefined' ? require('codemirror') : undefined

Main Codemirror import, utilizing window's existence to determine if we're server side or not.

src/lib/ngx-codemirror/codemirror.service.ts

CodeMirror
CodeMirror: any
Type : any
Default value : typeof window !== 'undefined' && typeof window.navigator !== 'undefined' ? require('codemirror') : undefined

Main Codemirror import, utilizing window's existence to determine if we're server side or not.

src/test.ts

context
context:
Default value : require.context('./', true, /\.spec\.ts$/)
require
require: any
Type : any

src/environments/environment.prod.ts

environment
environment: object
Type : object
Default value : { production: true }

src/environments/environment.ts

environment
environment: object
Type : object
Default value : { production: false }

results matching ""

    No results matching ""