import { Component, ViewContainerRef } from '@angular/core'; import { FormsConfig } from '../../src/formsConfig'; @Component({ selector: 'app-root', templateUrl: 'app.component.html', styleUrls: ['app.component.less'], }) export class AppComponent { constructor() { } }