Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.
This repository was archived by the owner on May 19, 2025. It is now read-only.

Incorrect method name #16

@robertoaceves

Description

@robertoaceves

On https://codelabs.developers.google.com/introduction-to-angular#6, the method name is incorrect.

Update HousingListComponent to add a new method called selectLocation that accepts a value of type housingLocation as a parameter:

selectHousingLocation(location: HousingLocation) { }`

The method name is selectLocation but should be selectHousingLocation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions