DURATION |
DURATION:
|
Type : number
|
Default value : 7000
|
time in which the message has to be cleared |
environment |
environment:
|
Type : object
|
Default value : {
production: false
}
|
The file contents for the current environment will overwrite these during build.
The build system defaults to the dev environment which uses |
environment |
environment:
|
Type : object
|
Default value : {
production: true
}
|
environment variables for production |
ngxEditorConfig |
ngxEditorConfig:
|
Type : object
|
Default value : {
editable: true,
spellcheck: true,
height: 'auto',
minHeight: '0',
width: 'auto',
minWidth: '0',
translate: 'yes',
enableToolbar: true,
showToolbar: true,
placeholder: 'Enter text here...',
imageEndPoint: '',
toolbar: [
['bold', 'italic', 'underline', 'strikeThrough', 'superscript', 'subscript'],
['fontName', 'fontSize', 'color'],
['justifyLeft', 'justifyCenter', 'justifyRight', 'justifyFull', 'indent', 'outdent'],
['cut', 'copy', 'delete', 'removeFormat', 'undo', 'redo'],
['paragraph', 'blockquote', 'removeBlockquote', 'horizontalLine', 'orderedList', 'unorderedList'],
['link', 'unlink', 'image', 'video']
]
}
|
toolbar default configuration |