Blame view

src/app/component/app.component.ts 266 Bytes
de59ffef8   lsagona   add model + search
1
2
  import {Component, OnInit} from '@angular/core';
  import * as Split from 'split.js';
136f52603   lsagona   initial commit
3
4
5
6
7
8
9
10
  
  @Component({
    selector: 'app-root',
    templateUrl: './app.component.html',
    styleUrls: ['./app.component.scss']
  })
  export class AppComponent {
    title = 'fdit-visualisation';
de59ffef8   lsagona   add model + search
11

136f52603   lsagona   initial commit
12
  }