Skip to content
Snippets Groups Projects
Commit 611d9618 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix(orientation): revert merge conflict from 05867d0e

parent 0ee24d88
No related branches found
No related tags found
Loading
<div [fxLayout]="'column'" [fxLayoutGap]="'8px'" fxLayoutAlign="center left" class="radiocard">
<button
*ngFor="let item of items"
*ngFor="let item of items; let index = index"
(click)="selectItem(item.key)"
[ngClass]="{ selected: selectedItem == item.key, smallWidth: smallWidth }"
>
......
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