Browse Source
typo actions.ts instead of actins.ts
pull/2020/head
Bart Van Hoey
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/en/Tutorials/Angular/Part-II.md
|
|
|
@ -330,7 +330,7 @@ update(updateBookInput: Books.CreateUpdateBookInput, id: string): Observable<Boo |
|
|
|
|
|
|
|
#### CreateUpdateBook Action |
|
|
|
|
|
|
|
Open the `books.actins.ts` and add `id` parameter to the `CreateUpdateBook` action: |
|
|
|
Open the `books.actions.ts` and add `id` parameter to the `CreateUpdateBook` action: |
|
|
|
|
|
|
|
```js |
|
|
|
export class CreateUpdateBook { |
|
|
|
|