Skip to content

errata: page 40 #8

@bfutrell70

Description

@bfutrell70

In the code block the first line is:

<div *ngIf="recipes$ |async as recipes" class="card">

It should be:

<div *ngIf="recipes$ |async; as recipes" class="card">

It is correct in the repository code but not in the book.

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