Skip to content

Commit 4b923aa

Browse files
committed
Updated readme about views
1 parent e4b245d commit 4b923aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
A tool for code generating TypeScript endpoints for your ASP.NET Web API controllers and their actions. No more need for dumb repositories!
66
* Generates typed endpoints with required and optional parameters for GET, PUT, POST and DELETE verbs
77
* Generates enumerations and interfaces for DTOs used in all controller actions
8-
* Generates Angular service to expose typed `call()` function to fetch response from server
8+
* Generates Angular service to expose typed `call()` function to fetch response from server
9+
* Generates typed views to use on front-end
910

1011
## Examples
1112
Take a look at the generated files and sample test files [here](https://github.com/greymind/WebApiToTypeScript/tree/master/src/WebApiTestApplication/Scripts)

0 commit comments

Comments
 (0)