Skip to content
Snippets Groups Projects
Commit 1bdfcb9f authored by jojohoch's avatar jojohoch
Browse files

Remove Flex layout module from SliderComponent

parent f3d72d6c
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,7 @@ import { FormElementComponent } from '../../directives/form-element-component.di
@Component({
selector: 'aspect-slider',
template: `
<div fxLayout="column"
[style.width.%]="100"
<div [style.width.%]="100"
[style.height.%]="100"
[style.background-color]="elementModel.styling.backgroundColor">
<div *ngIf="elementModel.label"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment