possible error in the tutorial
See original GitHub issuewhen 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:
- Created 4 years ago
- Comments:9 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I’ll leave it to the docs team to decide 😉 It depends on what is done in other similar cases in the docs.
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.