-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Accepting PRsComp: DocsGood First IssueGood issue for first-time contributorGood issue for first-time contributorcommunity watchSomeone from the community is working this issue/PRSomeone from the community is working this issue/PR
Description
Add missing types to the Store Walkthrough section:
Change underlined code to:
@Output() add = new EventEmitter<string>();Change underlined code to:
@Output remove = new EventEmitter<string>();Change underlined code to:
onAdd(bookId: string): void {
// ...
}
onRemove(bookId: string): void {
// ...
}Metadata
Metadata
Assignees
Labels
Accepting PRsComp: DocsGood First IssueGood issue for first-time contributorGood issue for first-time contributorcommunity watchSomeone from the community is working this issue/PRSomeone from the community is working this issue/PR