diff --git a/docs/en/Tutorials/Part-2.md b/docs/en/Tutorials/Part-2.md index de2ff9189a..026a527e72 100644 --- a/docs/en/Tutorials/Part-2.md +++ b/docs/en/Tutorials/Part-2.md @@ -537,7 +537,7 @@ Open the `/src/app/book/book.component.html` and replace the content as shown be Now you can see the final result on your browser: -![Book list final result](images/bookstore-book-list.png) +![Book list final result](images/bookstore-book-list-angular.png) {{else if UI == "Blazor" || UI == "BlazorServer"}} diff --git a/docs/en/Tutorials/images/bookstore-book-list-angular.png b/docs/en/Tutorials/images/bookstore-book-list-angular.png new file mode 100644 index 0000000000..d308e1ca95 Binary files /dev/null and b/docs/en/Tutorials/images/bookstore-book-list-angular.png differ