colinskow / angular-electron-dream-starter

:tada: An Angular Electron Starter kit featuring Webpack, Angular 4 (Router, Http, Forms, Services, ngrx, Tests, E2E, Coverage), Karma, Spectron, Jasmine, Istanbul, and TypeScript
MIT License
162 stars 54 forks source link

Could not draw <table> in detail.component.ts template #16

Closed celestale closed 6 years ago

celestale commented 6 years ago

Note: for support questions, please use one of these channels: Chat: AngularClass.slack or Twitter: @AngularClass

Weird problem. Did I do something wrong?

ERROR Error: Uncaught (in promise): RangeError: Maximum call stack size exceeded
RangeError: Maximum call stack size exceeded
    at Map.get (native)
    at tokenKey (file:///C:/Users/xxxxx/dev/vendor.dll.js:63950:47)

UPDATE: Turned out that changing back the original value to selector: 'detail' fixed the issue. My selector was 'table'. It was a dumb mistake. Issue closed.