Browse Source

Compile error fixed.

pull/286/head
Sebastian 8 years ago
parent
commit
caf759df26
  1. 3
      src/Squidex/app/shared/components/rich-editor.component.ts

3
src/Squidex/app/shared/components/rich-editor.component.ts

@ -11,7 +11,8 @@ import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';
import {
AssetDto,
ModalView,
ResourceLoaderService
ResourceLoaderService,
Types
} from '@app/shared/internal';
declare var tinymce: any;

Loading…
Cancel
Save