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.
0 Comments