How to use the ngx-perfect-scrollbar.PerfectScrollbarModule.forChild function in ngx-perfect-scrollbar

To help you get started, we’ve selected a few ngx-perfect-scrollbar examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github project-flogo / flogo-web / src / client / app / flogo.mapper / mapper.module.ts View on Github external
import { TreeNodeFactoryService } from './services/tree-node-factory.service';
import { TreeService } from './services/tree.service';
import { IconsComponent } from './shared/icons.component';
import { InlineHrefDirective } from './shared/inline-href.directive';
import { IconsService } from './services/icons.service';
import { ClickOutsideDirective } from './shared/click-outside.directive';
import { ExpressionProcessorService } from './services/expression-processor.service';
import { ModeSwitcherComponent } from './mode-switcher/mode-switcher.component';

@NgModule({
  imports: [
    CommonModule,
    FormsModule,
    RouterModule.forChild([]),
    PerfectScrollbarModule.forChild(),
    TreeModule,
    MonacoEditorModule,
  ],
  exports: [
    FunctionsComponent,
    MapperComponent
  ],
  declarations: [
    EditorComponent,
    FunctionsComponent,
    MapperComponent,
    InputListComponent,
    OutputListComponent,
    FunctionDetailsComponent,
    IconsComponent,
    BreadcrumbsComponent,

ngx-perfect-scrollbar

Angular wrapper library for Perfect Scrollbar

MIT
Latest version published 3 years ago

Package Health Score

56 / 100
Full package analysis

Similar packages