Newer
Older
import {Component, Input} from '@angular/core';

Joze RIHTARSIC
committed
styleUrls: ['./spacer.component.css'],

Joze RIHTARSIC
committed
`<span [ngClass]="vertical?'vertical-spacer':'horizontal-spacer'"> </span>

Joze RIHTARSIC
committed
@Input() vertical: boolean=true;