import { Component } from '@angular/core'; @Component({ selector: 'app-form-switch', templateUrl: './form-switch.component.html', styleUrls: ['./form-switch.component.scss'] }) export class FormSwitchComponent { }