Closed Metsuryu closed 7 years ago
What version of this module are you using?
check this live app. It's using ng2-lazy-trumbowyg version 2.4.2 https://plnkr.co/edit/dirpKmLNalUmz0mpdrk7?p=preview
"ng2-lazy-trumbowyg": "^2.3.3"
@Metsuryu You can use plug-ins and version config after V.2.4.1
Thank you, it works now, you can close the issue.
I'm working on an Angular 4 CLI project. In
imports
using justTrumbowygModule
works fine, but trying to use it with plugins like this:TrumbowygModule.forRoot({plugins: ['colors', 'noembed', 'preformatted', 'pasteimage', 'upload'], version: '2.8.0'})
Gives the error: Property 'forRoot' does not exist on type 'typeof TrumbowygModule'.