import { Component } from '@angular/core' @Component({ selector: 'app-forms-dynamic', template: ` `, }) export class FormsDynamicComponent { }