Skip to content

Commit b9fbb51

Browse files
committed
Update README.md
1 parent 99d87e8 commit b9fbb51

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# AngularJS Interview Questions ( v1.8.x )
1+
# AngularJS Basics ( v1.8.x )
22

33
*Click <img src="assets/star.png" width="18" height="18" align="absmiddle" title="Star" /> if you like the project. Pull Request are highly appreciated.*
44

5+
<br/>
6+
57
## Table of Contents
68

79
### Basics
@@ -1076,6 +1078,7 @@ In Angular Http module to make a request, method is used to listen for an emitt
10761078
Router directive that can be placed on elements to navigate to a new route is `[routerLink]`.
10771079
10781080
## Q. ***Assuming "form" is an NgForm object, which property is used to retrieve the form values?***
1081+
10791082
The form value can be retrieved by `[form.value]`.
10801083
10811084
## Q. ***An Angular class that used to create an instance that will be an argument to the request method of http is?***

0 commit comments

Comments
 (0)