1 import { Component, OnInit, Input } from '@angular/core';
4 selector: 'app-form-fields',
5 templateUrl: './form-fields.component.html',
6 styleUrls: ['./form-fields.component.css']
8 export class FormFieldsComponent implements OnInit {
10 @Input("reportId") reportId1 : string;