TypeScript Angular 2 Component
import {Component, OnInit, ViewChild, Renderer} from '@angular/core';
import {SuiTransition} from "ng2-semantic-ui/components/transition/transition";
@Component({
selector: 'app-home',
templateUrl: './home.component.html',
styleUrls: ['./home.co...