mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
fix(demo): declare tynimce module
This commit is contained in:
parent
2f485d8639
commit
6e89b96316
1 changed files with 2 additions and 0 deletions
2
src/typings.d.ts
vendored
2
src/typings.d.ts
vendored
|
|
@ -9,3 +9,5 @@ declare var module: NodeModule;
|
||||||
interface NodeModule {
|
interface NodeModule {
|
||||||
id: string;
|
id: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
declare var tinymce: any;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue