app.component.ts 266 Bytes
import {Component, OnInit} from '@angular/core';
import * as Split from 'split.js';


@Component({
  selector: 'app-root',
  templateUrl: './app.component.html',
  styleUrls: ['./app.component.scss']
})
export class AppComponent {
  title = 'fdit-visualisation';

}