diff --git a/docs/en/Tutorials/Part-10.md b/docs/en/Tutorials/Part-10.md index 1542a00559..3203cc8ee2 100644 --- a/docs/en/Tutorials/Part-10.md +++ b/docs/en/Tutorials/Part-10.md @@ -940,7 +940,7 @@ Added the Author dropdown as the first element in the form. Open the `/src/app/book/book.component.ts` and and change the content as shown below: -````typescript +````js import { ListService, PagedResultDto } from '@abp/ng.core'; import { Component, OnInit } from '@angular/core'; import { BookService, BookDto, bookTypeOptions, AuthorLookupDto } from '@proxy/books';