sunil singh rathore
sunil singh rathore
Hi @aitboudad, @pavandixit93 has added the update event to fix the issue as shown below - ``` import { Component, ViewChild, ViewContainerRef, AfterViewInit, OnInit, ChangeDetectorRef } from '@angular/core'; import {...
working example with @ngx-formly/core: 6.2.0 https://stackblitz.com/edit/angular-7-ngx-formly-5-12-7-jxkn9z?file=package.json steps - open consol and reload the page, you will status change subscription happen broken example with @ngx-formly/core:6.2.1 https://stackblitz.com/edit/angular-7-ngx-formly-6-2-1-nbpqwm?file=package.json
@yannbf correct me if i am wrong, in my angular application i am getting console error regarding missing component since i have not added related module, but when i run...