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

Wrong url in app creation #55009

Closed
Aharonyan-Narek opened this issue Mar 23, 2024 · 2 comments
Closed

Wrong url in app creation #55009

Aharonyan-Narek opened this issue Mar 23, 2024 · 2 comments

Comments

@Aharonyan-Narek
Copy link

Describe the problem that you experienced

in our tutorial: https://angular.dev/tutorials/first-app/07-dynamic-template-values,
we have this code
readonly baseUrl = 'https://angular.dev/assets/tutorials/common';
this URL is wrong, the full code is
export class HomeComponent {
readonly baseUrl = 'https://angular.dev/assets/tutorials/common';

housingLocation: HousingLocation = {
id: 9999,
name: 'Test Home',
city: 'Test city',
state: 'ST',
photo: ${this.baseUrl}/example-house.jpg,
availableUnits: 99,
wifi: true,
laundry: false,
};
}

Enter the URL of the topic with the problem

https://angular.dev/tutorials/first-app/07-dynamic-template-values

Describe what you were looking for in the documentation

No response

Describe the actions that led you to experience the problem

No response

Describe what you want to experience that would fix the problem

No response

Add a screenshot if that helps illustrate the problem

No response

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

No response

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

No response

@JeanMeche
Copy link
Member

Hi, believe you're talking the issue with the images not loading.
We're already tracking it in issue #52666

@JeanMeche JeanMeche closed this as not planned Won't fix, can't repro, duplicate, stale Mar 23, 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 Apr 23, 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