Project

General

Profile

1
import { Component, OnInit } from '@angular/core';
2

    
3
@Component ({
4
  selector: 'app-sr-data',
5
  templateUrl: 'sr-data.component.html'
6
})
7

    
8

    
9
export class SrDataComponent implements OnInit {
10
  constructor() {}
11

    
12
  ngOnInit() {}
13
}
(4-4/6)