Shawn Clabough

Results 7 comments of Shawn Clabough

I'm also getting "no state to show". Angular 7.2.15 The Augury inspect window is showing ![image](https://user-images.githubusercontent.com/5217044/57416117-a2725f80-71b3-11e9-884a-59aeee88c0c3.png)

yes, commenting out `import "core-js/es6/date";` in polyfills.ts fixed it for me.

I'm getting > ERROR in Couldn't resolve original symbol for ./lib/models/position from C:/my project/node_modules/angular2-draggable/angular2-draggable.d.ts`

@der-raist Thanks for the workaround. I saw that in the Angular docs in the links about the warning. I'm hoping that this package gets updated to ECMAScript modules.

As a workaround, just add *ngIf="true" to any tab elements that don't have an *ngIf. Issue seems to be lifecycle related.

@valentinbdv Would you post what you have that's not working with *ngIf="true"?

> Check this out, manage to get some "copy" behavior working > https://stackblitz.com/edit/angular-krmecd Thanks @tchunwei Hopefully they can get this functionality implemented natively.