Example of AngularJS Strings?

Submitted by: Muhammad
1 <div ng-app="" ng-init="Str1='Web';Str2='Technology'">
2 Full String is : <b>{{ Str1 + " " + Str2 }}</b>
3 </div>
Submitted by: Muhammad

Read Online AngularJS Job Interview Questions And Answers