@tinymce/tinymce-angular
Advanced tools
Comparing version 7.1.1-rc.2 to 7.1.1-rc.2.20240424010217397.shab5cda49
{ | ||
"name": "@tinymce/tinymce-angular", | ||
"description": "Official TinyMCE Angular Component", | ||
"version": "7.1.1-rc.2", | ||
"version": "7.1.1-rc.2.20240424010217397.shab5cda49", | ||
"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
157374
1450