Browse Source

Fix language name

pull/5268/head
Halil İbrahim Kalkan 6 years ago
parent
commit
283fc57aaa
  1. 2
      docs/en/Tutorials/Part-10.md

2
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';

Loading…
Cancel
Save