import { Component } from '@angular/core'; @Component({ selector: 'demo-buttons-radio', templateUrl: './radio.html' }) export class DemoButtonsRadioComponent { radioModel: string = 'Middle'; }