question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Angular 5.x | ERROR TypeError: Cannot read property 'speed' of undefined

See original GitHub issue

This error occurred Without AoT [During ng serve]

Compiled without errors, but IDE shows error: image

When jumped to the page, where the content placeholder placed, it throws the following error: image

Versions using:

"ngx-content-loading": "0.0.9-rc1"
"@angular/core": "^5.2.6"
"@angular/cli": "^1.7.1"

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:18 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
hatem20commented, May 11, 2018

thanks alot @kapiladiyecha @Gbuomprisco i think this issue should not be closed

1reaction
kapiladiyechacommented, Apr 30, 2018

Hi @Gbuomprisco ,

I reopened this because of Cannot read property 'speed' of undefined issue. As #2 (AoT support) fixed. Can it be fixed in the latest version?

Thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

ionic 5 : TypeError: Cannot read property 'subscribe' of ...
I got the error : TypeError: Cannot read property 'subscribe' of undefined. but when I try to subscribe within the service it works...
Read more >
ANGULAR 13 TypeError Cannot read property of undefined
In this tutorial, we will see a most common error faced by the Angular developers named as " TypeError Cannot read property of...
Read more >
Uncaught TypeError : Cannot read properties of undefined
The error clearly says that it is Undefined, which means the variable might be declared or used. Still, there is no value associated...
Read more >
How to Prevent the TypeError: Cannot Read Property Map of ...
A guide on the root cause of 'cannot read map of undefined' as well as techniques and tools to prevent this error.
Read more >
Avoiding those dang cannot read property of undefined errors
​​​​ Uncaught TypeError: Cannot read property 'foo' of undefined. ​ The dreaded error we all hit at some point in JavaScript development. Could ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found