diff --git a/src/app/books/book/book.component.html b/src/app/books/book/book.component.html index 8529b7e..2bee6a4 100644 --- a/src/app/books/book/book.component.html +++ b/src/app/books/book/book.component.html @@ -1,16 +1,14 @@ -@let b = book(); -
{{ b.description }}
+{{ book().description }}