xcvxcv
This commit is contained in:
parent
715220f6d5
commit
7e00b4d71b
|
|
@ -47,19 +47,7 @@ import { TOOLBAR_OPTIONS } from '../../utils/defaults';
|
||||||
],
|
],
|
||||||
providers: [
|
providers: [
|
||||||
TitleCasePipe,
|
TitleCasePipe,
|
||||||
DatePipe,
|
DatePipe
|
||||||
provideQuillConfig({
|
|
||||||
modules: {
|
|
||||||
syntax: true,
|
|
||||||
toolbar: [
|
|
||||||
['bold', 'italic', 'underline'],
|
|
||||||
[{ header: [1, 2, 3, false] }],
|
|
||||||
[{ list: 'ordered' }, { list: 'bullet' }],
|
|
||||||
[{ color: [] }],
|
|
||||||
['clean'],
|
|
||||||
],
|
|
||||||
},
|
|
||||||
}) as any,
|
|
||||||
],
|
],
|
||||||
templateUrl: './account.component.html',
|
templateUrl: './account.component.html',
|
||||||
styleUrls: [
|
styleUrls: [
|
||||||
|
|
@ -77,9 +65,6 @@ export class AccountComponent {
|
||||||
editorModules = TOOLBAR_OPTIONS;
|
editorModules = TOOLBAR_OPTIONS;
|
||||||
env = environment;
|
env = environment;
|
||||||
faTrash = APP_ICONS.faTrash;
|
faTrash = APP_ICONS.faTrash;
|
||||||
quillModules = {
|
|
||||||
toolbar: [['bold', 'italic', 'underline', 'strike'], [{ list: 'ordered' }, { list: 'bullet' }], [{ header: [1, 2, 3, 4, 5, 6, false] }], [{ color: [] }, { background: [] }], ['clean']],
|
|
||||||
};
|
|
||||||
uploadParams: UploadParams;
|
uploadParams: UploadParams;
|
||||||
validationMessages: ValidationMessage[] = [];
|
validationMessages: ValidationMessage[] = [];
|
||||||
customerTypeOptions: Array<{ value: string; label: string }> = [];
|
customerTypeOptions: Array<{ value: string; label: string }> = [];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue