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

Update type

parent c72917f1
No related branches found
No related tags found
1 merge request!15Update to new Response
......@@ -13,7 +13,7 @@ import * as deagg from '../assets/deagg.json';
export class AppComponent implements AfterViewInit {
title = 'Disaggregation';
data = deagg.response.pop() as any as nshmpHaz.disaggService.DisaggResponseData;
data = deagg.response as nshmpHaz.disaggService.DisaggResponseData;
@ViewChild('example')
el: ElementRef<HTMLElement>;
......
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