Newer
Older
pnogal
committed
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-term-container',
templateUrl: './term-container.component.html',
styleUrls: ['./term-container.component.scss']
pnogal
committed
})
export class TermContainerComponent implements OnInit {
pnogal
committed