Abdellatif Ait boudad
Abdellatif Ait boudad
I get the following message after updating with hmr: ```console Cannot find element associated with node 0 0 0 ```
We've introduced a new subpackage to simplify testing Formly forms: - For testing form you should use `createComponent` ([formly.form.spec.ts](https://github.com/ngx-formly/ngx-formly/blob/main/src/core/src/lib/components/formly.form.spec.ts)) ```ts import { createComponent } from '@ngx-formly/core/testing'; ... ``` - For...

**Describe the bug** passing undefined to text components (`kendo-textbox`, `kendo-textarea`) show `undefined` in the input instead of empty value **To Reproduce** ``` ``` **Screenshots**  **Browser** - OS: Linux -...
Add a checkbox in State Visualizer to enable/disable trace. ```ts import {trace} from 'ui-router-ng2'; trace.enable(); ```
Something like: 
* Abstract state When I click on on an abstract state I get the following error ```ts Error: Cannot transition to abstract state '' ``` I think it should be...
This can take advantage of having the visualizer in a separate window. Thank you in advance for the great work!
#### Reproduction https://stackblitz.com/edit/angular-5x8mff Steps to reproduce: 1. set `cdkTextareaAutosize` to false #### Expected Behavior When passing a false value to `cdkTextareaAutosize` I would expect to be rendered as a simple...