rangle / augury

Angular Debugging and Visualization Tools
https://augury.rangle.io
MIT License
2.01k stars 216 forks source link

Failed to load component state #1373

Closed aliShreef closed 5 years ago

aliShreef commented 5 years ago

Augury: 1.22.0 Date: Mon, 04 Mar 2019 20:33:28 GMT OS: Win64

Demo test application: <form #userForm="ngForm" (ngSubmit)="save(userForm)">

<div class="form-group">
  <label>User Email</label>
  <input class="form-control" type="text" required ngModel #email="ngModel"  name="email" >
  <small>{{email.valid}}</small>
</div>

<div class="form-group">
  <label>User Phone</label>
  <input class="form-control" type="text" #phone name="phone" [(ngModel)]="phone1">
</div>

<div class="form-group">
  <label>User Gender</label>
  <input class="form-control" type="text"  name="gender" ngModel>
</div>

<div ngModelGroup="adress">

  <div class="form-group">
    <label>User City</label>
    <input class="form-control" type="text"  name="city" ngModel>
  </div>
</div>

<button class="btn btn-primary" type="submit">Save</button>

Description of issue: when i start application and open debug tool i got this message in state of property tab

Angular version (required): 7.1.4

Steps to reproduce:

1.create simple app

  1. build simple form as above 3-launch debug tool
aliShreef commented 5 years ago

Any Idea!

please help

AryanJ-NYC commented 5 years ago

@aliShreef Go to polyfills.ts and comment out import 'core-js/es6/date';.

Dupe of https://github.com/rangle/augury/issues/1368

john3794 commented 5 years ago

It still does not work? Anyone knows the current situation?

AryanJ-NYC commented 5 years ago

Again, please refer to https://github.com/rangle/augury/issues/1368.

aliShreef commented 5 years ago

Hi Johnny

sorry for late reply but i was busy the last few days.

regarding this point i tried as you told me but still give me the same message .

i will attache screenshot for that

thank you for interesting and waiting for this bug to fix;

and thank you for your effort in this project , actually it will help me a lot in development .

best regards,,,,

On Tue, Mar 19, 2019 at 10:00 PM Aryan J notifications@github.com wrote:

Again, please refer to #1368 https://github.com/rangle/augury/issues/1368.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/rangle/augury/issues/1373#issuecomment-474526645, or mute the thread https://github.com/notifications/unsubscribe-auth/ATFdf6n0is-aWiAQWvOwEAnlXYc23ycgks5vYTPkgaJpZM4bdKJ3 .

andrewthauer commented 5 years ago

Seems like a duplicate and/or related to #1368.