Skip to content

Add Missing Types to the Store Walkthrough Section #3203

@markostanimirovic

Description

@markostanimirovic

Add missing types to the Store Walkthrough section:

1

Change underlined code to:

@Output() add = new EventEmitter<string>();

2

Change underlined code to:

@Output remove = new EventEmitter<string>();

3

Change underlined code to:

onAdd(bookId: string): void {
  // ...
}

onRemove(bookId: string): void {
  // ...
}

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions