logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Explain about AngularJS boot process.


  • Correct Answer
  • When the page is loaded in the browser, following action takes place: HTML document is loaded into the browser, and evaluated by the browser AngularJS JavaScript file is loaded; the angular global object is created Next, JavaScript which registers controller functions is executed AngularJS scans through the HTML to look for AngularJS applications and views Once view is located, it then connects that view to the corresponding controller function Then, AngularJS executes the controller functions It then renders the views with data from the model populated by the controller The page is ready 


  • Technology problems


    Search Results


    • 1. What is templates in AngularJS?
    • Discuss
    • 2. What is a AngularJS?
    • Discuss
    • 3. What is the purpose of Buffer class in Node.js?
    • Discuss
    • 4. How does Node.js prevents blocking code?
    • Discuss
    • 5. What is a REPL in context of Node.js?
    • Discuss
    • 6. What is the Advantage of AngularJS?
    • Discuss
    • 7. JavaScript is designed for following purpose

    • Options
    • A. To add interactivity to HTML Pages.
    • B. To Execute Query Related to DB on Server
    • C. To Style HTML Pages
    • D. To Perform Server Side Scripting Opertion
    • Discuss
    • 8. Website always has

    • Options
    • A. Address
    • B. Information
    • C. Attachments
    • D. Images
    • Discuss
    • 9. HTML language is a set of markup

    • Options
    • A. Groups
    • B. Attributes
    • C. Tags
    • D. Sets
    • Discuss
    • 10. Describe Android Application Architecture.
    • Discuss


    Comments

    There are no comments.

Enter a new Comment