packages/ngx-filepond/src/filepond.module.ts
import { NgModule } from '@angular/core'; import { FilePondComponent } from './filepond.component'; @NgModule({ declarations: [FilePondComponent], exports: [FilePondComponent] }) export class FilePondModule {}