Loading src/app/demo-tinymce/demo-tinymce.component.ts +1 −1 Original line number Original line Diff line number Diff line Loading @@ -24,7 +24,7 @@ declare var tinymce: any; export class DemoTinymceComponent { export class DemoTinymceComponent { @Input() htmlContent; @Input() htmlContent; @ViewChild(MentionDirective) mention: MentionDirective; @ViewChild(MentionDirective) mention: MentionDirective; protected items:string[] = COMMON_NAMES; public items:string[] = COMMON_NAMES; constructor(private _elementRef: ElementRef, private _zone: NgZone) {} constructor(private _elementRef: ElementRef, private _zone: NgZone) {} ngAfterViewInit() { ngAfterViewInit() { tinymce.init({ tinymce.init({ Loading Loading
src/app/demo-tinymce/demo-tinymce.component.ts +1 −1 Original line number Original line Diff line number Diff line Loading @@ -24,7 +24,7 @@ declare var tinymce: any; export class DemoTinymceComponent { export class DemoTinymceComponent { @Input() htmlContent; @Input() htmlContent; @ViewChild(MentionDirective) mention: MentionDirective; @ViewChild(MentionDirective) mention: MentionDirective; protected items:string[] = COMMON_NAMES; public items:string[] = COMMON_NAMES; constructor(private _elementRef: ElementRef, private _zone: NgZone) {} constructor(private _elementRef: ElementRef, private _zone: NgZone) {} ngAfterViewInit() { ngAfterViewInit() { tinymce.init({ tinymce.init({ Loading