environment |
environment:
|
Type : object
|
Default value : {
production: true
}
|
environment |
environment:
|
Type : object
|
Default value : {
production: false
}
|
FIVE_SECONDS |
FIVE_SECONDS:
|
Default value : 5000
|
ngxEditorConfig |
ngxEditorConfig:
|
Type : object
|
Default value : {
editable: true,
spellcheck: true,
height: 'auto',
minHeight: '0',
width: 'auto',
minWidth: '0',
translate: 'yes',
placeholder: 'Enter text here...',
toolbar: [
['bold', 'italic', 'underline', 'strikeThrough', 'superscript', 'subscript'],
['justifyLeft', 'justifyCenter', 'justifyRight', 'justifyFull', 'indent', 'outdent'],
['cut', 'copy', 'delete', 'removeFormat', 'undo', 'redo'],
['paragraph', 'blockquote', 'removeBlockquote', 'horizontalLine', 'orderedList', 'unorderedList'],
['link', 'unlink', 'image']
]
}
|