mng / ngx-resizable

Resizable Split Pane Layout
https://3dgenomes.github.io/ngx-resizable/
MIT License
22 stars 15 forks source link

Documentation lists incorrect ngmodule import #11

Closed StephenRansom closed 4 years ago

StephenRansom commented 4 years ago

In the readme it lists

@NgModule({ ... imports: [ResizableComponent,...] ... })

as the import. After reviewing the source for your demo app it looks like it should actually be imports: [NgxResizableModule,...]