error in registerPlugin function when registering Image Preview
See original GitHub issueOn Angular CLI: 1.7.4/Angular: 5.2.11
I have added the Image Preview plugin but getting the following error on the console:
the following is my very basic app module
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
import { FilePondModule, registerPlugin } from 'ngx-filepond';
import FilepondPluginImagePreview from 'filepond-plugin-image-preview';
registerPlugin(FilepondPluginImagePreview);
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
FilePondModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:8
Top Results From Across the Web
How to fix "Uncaught reference error : FilePond is not defined ...
I attached the css and js properly but it's still not loading the image previews. I'm editing my code to reflect the updates...
Read more >gsap.registerPlugin(ScrollTrigger) doesn't work - GreenSock
I have a black Screen and my goal is it to see an image from a car and when you scroll its zooming...
Read more >Handling pre-existing images when editing a model using ...
I have a Filepond component that works great for uploading images to a post. ... id="image-upload" type="file" x-ref="input" multiple > @error('images.
Read more >Error in Landmarks and Register - Image.sc Forum
Hi there, I routinely utilise Landmarks and Register with no issues, but suddenly I get this error when performing Rigid Registration.
Read more >FilePond Documentation - PQINA
js using the Image Edit plugin. // Please note that for the image edit plugin to function // we also need to register...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
got it working using
Try
FilePond
instead ofFilepond