Header Ads Widget

BCA Information

Angular js Practical

 Q1.Write an AngularJS script to display list of games stored in an array on click of button using ng-click. And also  Demonstrate ng-init, ng-bing directive of AngularJS.Q


2.Write a HTML code using AngularJS to generate the following output  Undergraduate Courses (hint : use ng-repeat, ng-init directive)

i. BBA(CA)

ii. BCA(Science)

iii. B.Sc.(Computer Science)

 Post Graduate Courses

i. M.Sc.(Computer Science)

ii. M.Sc.(CA)

iii. MCA  


Q3.Using AngularJS display the 10 student details in Table format(using ng-repeat directive use Array to store data)










 




 Q16.Using AngularJS display the student details who are live in pune in Table format  (using ng-repeat directive, use Array to store data, use filter  )

Q17.Write an AngularJS script to search student name according to the character typed and display details( use array and filter)

Q18.Using AngularJS create a SPA that shows Teacher Profile who are teaching SYBBA (CA) with photo.

Q19.Using AngularJS display the Employee details order by salary in Table format  (using ng-repeat directive, use Array to store data, use filter)

Q20.Using AngularJS create a SPA that to accept the details such as name, mobile number, pin-code and email address and make validation. Name should contain character only, mobile number should contain only 10 digit, Pin code should contain only 6 digit, email id should contain only one @, . Symbol

Q21.Using AngularJS create a SPA that to accept the details of doctor(5-6) having field’s dno, dname, address, and phone number. Display those in table format. (use MVC.)

Q22.Using AngularJS create a SPA that accept Voters details and check proper validation for (name, age, and nationality) as Name should be in upper case letters, Age should not be less than 18 yrs and Nationality should be Indian

Q23.Using AngularJS create a SPA to carry out validation for a username entered in textbox. If the textbox is blank, alert  ‘Enter username’. If the number of characters is less than three, alert ’ Username is too short’. If value entered is appropriate the print ‘Valid username’ and password should be minimum 8 characters.

Q24.Using AngularJS create a SPA to fetch suggestions when is user is typing in a textbox. (eg like google suggestions. Hint create array of suggestions and matching string will be displayed).

Q25.Create an HTML form Using AngularJS for Login system and validate email ID using Regular Expression and password should be minimum 8 characters.

Q26.Using AngularJS create a SPA for eLearning System.

Q27.Using AngularJS create a SPA for a Recipe Book

Q28.Using AngularJS create a SPA that clone the “Hacker News” website

Q29.Using AngularJS Develop Online School System.    

Q30.Using AngularJS Implement E-commerce Website.              


Post a Comment

0 Comments

Popular Posts

Visual Basic 6.0 Program
Node js practical