我想访问Trix
我的 Angular 应用程序中的对象以对配置对象进行一些修改。
我试过了
import { Trix } from '../../../../node_modules/trix/';
import * as Trix from '../../../../node_modules/trix/';
import { Trix } from '../../../../node_modules/trix/dist/trix.js';
import * as Trix from '../../../../node_modules/trix/dist/trix.js';
和所有可能的变化,但无济于事。
有任何想法吗?