Description
Describe the problem that you experienced
New to angular, while learning about input components, noticed there were disconnects between the documentation and the code given. The documentation instructs to use @input however, the code contains input....
Upon digging deeper (searching on google), got to know about signals and signal based inputs which is introduced in the newer angular versions, the decorator approach is the older approach. Also, from the angular.core imports they are different packages.
Was this intended for learning purposes ? Just wanted to bring it on notice.
Enter the URL of the topic with the problem
https://angular.dev/tutorials/first-app/05-inputs
Describe what you were looking for in the documentation
Well, I was expecting a straight forward implementation of my first app in angular.
Describe the actions that led you to experience the problem
Well, while doing trial and error on my local system, while following instructions from the documentation
Describe what you want to experience that would fix the problem
Well, personally, I do like these purposeful challenges, however, just wanted to bring it on notice.
Add a screenshot if that helps illustrate the problem
If this problem caused an exception or error, please paste it here
NA
If the problem is browser-specific, please specify the device, OS, browser, and version
NA
Provide any additional information here in as much as detail as you can
NA