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.

possible error in the tutorial

See original GitHub issue

https://angular.io/start

when you get down to the section components “output” part 3 export class ProductAlertsComponent { @Input() product; @Output() notify = new EventEmitter(); } should that not say “export class ProductAlertsComponent implements OnInit {” and if not… there is no other “export class ProductAlertsComponent {”

up until that part the demo works fine, but following the steps after that the demo does not trigger the correct responses

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
gkalpakcommented, Dec 31, 2019

Should we remove ngOnInit or add a message what do you think is better

I’ll leave it to the docs team to decide 😉 It depends on what is done in other similar cases in the docs.

0reactions
angular-automatic-lock-bot[bot]commented, Feb 10, 2020

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Possible error in 'Quaternions' tutorial - ROS Answers
Hi, I tried transforming roll, pitch, yaw angles to a quaternion in python following this tutorial (http://wiki.ros.org/tf2/Tutorials/Qua.
Read more >
Experimental Errors and Error Analysis
This chapter is largely a tutorial on handling experimental errors of measurement. Much of the material has been extensively tested with science undergraduates ......
Read more >
How To Troubleshoot Common HTTP Error Codes
This guide focuses on identifying and troubleshooting the most commonly encountered HTTP error codes, i.e. 4xx and 5xx status codes, ...
Read more >
Oracle Java tutorial - possible error at answer to question
I'm new to Java, reading Oracle tutorial. After each section, there are questions and answers, and I don't understand a sentence within one ......
Read more >
30. Errors and Exception Handling | Python Tutorial
An exception is an error that happens during the execution of a program ... It's possible to create "custom-made" exceptions: With the raise ......
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