Skip to content
Snippets Groups Projects
Commit f896ce30 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

clean

parent 4bd778f1
No related branches found
No related tags found
1 merge request!483Disagg Application
import {AsyncPipe} from '@angular/common';
import {Component, viewChild} from '@angular/core';
import {Component} from '@angular/core';
import {FormsModule, ReactiveFormsModule} from '@angular/forms';
import {MatButton} from '@angular/material/button';
import {MatOption} from '@angular/material/core';
......@@ -42,8 +42,6 @@ export class PlotsComponent {
/** Disaggreagtion service response */
serviceResponse = this.service.serviceResponse;
disaggPlot = viewChild.required(NshmpLibNgHazardDisaggPlotComponent);
constructor(
public service: AppService,
public templateService: NshmpTemplateService
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment