Skip to content
Snippets Groups Projects
Unverified Commit b5bb3022 authored by xgui3783's avatar xgui3783 Committed by GitHub
Browse files

Merge pull request #294 from HumanBrainProject/bugfix/mergeTypos

bugfixes: merge typos
parents 6befcb54 70aca823
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,8 @@ import {
MatBottomSheetModule,
MatListModule,
MatSlideToggleModule,
MatRippleModule
MatRippleModule,
MatSliderModule
} from '@angular/material';
import { NgModule } from '@angular/core';
......@@ -44,7 +45,8 @@ import { NgModule } from '@angular/core';
MatBottomSheetModule,
MatListModule,
MatSlideToggleModule,
MatRippleModule
MatRippleModule,
MatSliderModule
],
exports: [
MatButtonModule,
......@@ -64,7 +66,8 @@ import { NgModule } from '@angular/core';
MatBottomSheetModule,
MatListModule,
MatSlideToggleModule,
MatRippleModule
MatRippleModule,
MatSliderModule
],
})
export class AngularMaterialModule { }
\ No newline at end of file
......@@ -42,3 +42,13 @@
</button>
</div>
</div>
<ng-template #settingTemplate>
<h2 mat-dialog-title>Settings</h2>
<mat-dialog-content>
<!-- required to avoid showing an ugly vertical scroll bar -->
<!-- TODO investigate why, then remove the friller class -->
<config-component class="mb-4 d-block">
</config-component>
</mat-dialog-content>
</ng-template>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment