import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-high-risk', templateUrl: './high-risk.component.html', styleUrls: ['./high-risk.component.scss'] }) export class HighRiskComponent implements OnInit { constructor() { } ngOnInit() { } }