UNPKG

ideogram

Version:

Chromosome visualization for the web

11 lines (9 loc) 223 B
import { Component } from '@angular/core'; @Component({ selector: 'app-root', templateUrl: './app.component.html', styleUrls: ['./app.component.css'] }) export class AppComponent { title = 'Ideogram in Angular'; }