How to use the angular-split.AngularSplitModule.forRoot function in angular-split

To help you get started, we’ve selected a few angular-split 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 phodal / inception / src / app / shared / shared.module.ts View on Github external
import { MarkdownKanbanComponent } from './markdown/markdown-kanban/markdown-kanban.component';

@NgModule({
  imports: [
    CommonModule,
    RouterModule,
    FormsModule,
    HttpClientModule,
    ReactiveFormsModule,
    CustomMaterialModule,
    NgxTreeDndModule,
    CalendarCommonModule,
    EcoFabSpeedDialModule,
    FlexLayoutModule,
    FlatpickrModule.forRoot(),
    AngularSplitModule.forRoot(),
    MarkdownModule.forRoot({
      markedOptions: {
        provide: MarkedOptions,
        useValue: {
          gfm: true,
          tables: true
        },
      },
    }),
    MindMapModule
  ],
  declarations: [
    CalendarHeaderComponent,
    DraggableEditableSectionComponent,
    ContentEditableDirective,
    CoordinatesMapComponent,
github sillsdev / web-languageforge / src / SIL.XForge.Scripture / ClientApp / src / app / checking / checking.module.ts View on Github external
CheckingComponent,
    CheckingOverviewComponent,
    CheckingQuestionsComponent,
    CheckingTextComponent,
    CheckingAnswersComponent,
    QuestionDialogComponent,
    FontSizeComponent,
    CheckingOwnerComponent
  ],
  imports: [
    CheckingRoutingModule,
    CommonModule,
    SharedModule,
    UICommonModule,
    XForgeCommonModule,
    AngularSplitModule.forRoot()
  ],
  entryComponents: [QuestionDialogComponent]
})
export class CheckingModule {}
github bertrandg / angular-split / src_app / app / app.module.ts View on Github external
GeekDemoComponent,
        DirRtlComponent,
        WorkspaceLocalstorageComponent,
        LazyComponent,
    ],
    imports: [
        BrowserModule,
        RouterModule.forRoot(routes),
        HttpClientModule,
        FormsModule,
        ButtonsModule.forRoot(),
        CollapseModule.forRoot(),
        BsDropdownModule.forRoot(),
        SortableModule.forRoot(),
        TooltipModule.forRoot(),
        AngularSplitModule.forRoot(),
    ],
    providers: [{
        provide: LocationStrategy, useClass: HashLocationStrategy},
        ChangelogService
    ],
    bootstrap: [AppComponent]
})
export class AppModule {}

angular-split

Angular UI library to split views and allow dragging to resize areas using CSS flexbox layout.

Apache-2.0
Latest version published 2 months ago

Package Health Score

84 / 100
Full package analysis