Skip to content

Section04_Lecture23/app.component.html #3

@mikeubell

Description

@mikeubell

There is this line:
<button (click)="select(i)>{{_selected[i] ? 'Deselect' : 'Select'}}

Should be:
<button (click)="select(i)">{{_selected[i] ? 'Deselect' : 'Select'}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions