@tinymce/tinymce-angular
Advanced tools
Comparing version 7.1.1-feature.20240409215620290.shafe3164f to 7.1.1-feature.20240424003143812.sha117bc7d
{ | ||
"name": "@tinymce/tinymce-angular", | ||
"description": "Official TinyMCE Angular Component", | ||
"version": "7.1.1-feature.20240409215620290.shafe3164f", | ||
"version": "7.1.1-feature.20240424003143812.sha117bc7d", | ||
"repository": "https://github.com/tinymce/tinymce-angular.git", | ||
@@ -6,0 +6,0 @@ "author": "Ephox Corporation DBA Tiny Technologies, Inc.", |
@@ -9,7 +9,5 @@ /** | ||
import { Observable } from 'rxjs'; | ||
export interface IStateObj { | ||
script$: Observable<void> | null; | ||
} | ||
interface ScriptLoader { | ||
load: (doc: Document, url: string) => Observable<void>; | ||
/** Intended to only to be used by tests. */ | ||
reinitialize: () => void; | ||
@@ -16,0 +14,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
157377
1450