Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hyperlink in Angular.dev Tutorial - Page not found #53738

Closed
itsmattwagner opened this issue Jan 1, 2024 · 2 comments
Closed

Hyperlink in Angular.dev Tutorial - Page not found #53738

itsmattwagner opened this issue Jan 1, 2024 · 2 comments

Comments

@itsmattwagner
Copy link

Describe the problem that you experienced

type inference in TypeScript leads to "Page not found".

On the tutorial page: https://angular.dev/tutorials/learn-angular/updating-the-component-class in the first paragraph:
Add a property called city
Update the component class by adding a property called city to the AppComponent class.

export class AppComponent {
city = 'San Francisco';
}
check
The city property is of type string but you can omit the type because of type inference in TypeScript. The city property can be used in the AppComponent class and can be referenced in the component template.

To use a class property in a template, you have to use the {{ }} syntax.

Enter the URL of the topic with the problem

https://angular.dev/tutorials/learn-angular/updating-the-component-class

Describe what you were looking for in the documentation

Working link for the explanation of type inference in TypeScript.

Describe the actions that led you to experience the problem

Clicking on the provided link.

Describe what you want to experience that would fix the problem

A link that leads to an explanation of type inference in TypeScript.

Add a screenshot if that helps illustrate the problem

image

If this problem caused an exception or error, please paste it here

No response

If the problem is browser-specific, please specify the device, OS, browser, and version

I use Chrome.

Provide any additional information here in as much as detail as you can

No response

@JoostK
Copy link
Member

JoostK commented Jan 1, 2024

Thanks for the report, this is a duplicate of #52553 for which the fix is pending deployment.

@JoostK JoostK closed this as not planned Won't fix, can't repro, duplicate, stale Jan 1, 2024
@angular-automatic-lock-bot
Copy link

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.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Feb 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants