• Home
  • About Us
  • Courses
  • Blog
    • ServiceNow
    • Java
    • Web Technologies
    • Amazon Web Services (AWS)
    • DevOps
    • Google Cloud
  • Contact
    • RegisterLogin
      • GET STARTED
    Java4all - ServiceNow, AWS, Java and Cloud TechnologiesJava4all - ServiceNow, AWS, Java and Cloud Technologies
    • Home
    • About Us
    • Courses
    • Blog
      • ServiceNow
      • Java
      • Web Technologies
      • Amazon Web Services (AWS)
      • DevOps
      • Google Cloud
    • Contact
      • RegisterLogin
        • GET STARTED

      AngularJS

      • Home
      • All courses
      • AngularJS
      • AngularJS Installation tutorial
      CoursesFrontendAngularJSAngularJS Installation tutorial
      • Table of Content 1

        • Lecture1.1
          AngularJS Environment Setup 10 min

        AngularJS Environment Setup

        Step 1: First of all open the link https://angularjs.org/ then it will open a page:

        Step 2: It will give two options –

        angularjs1
        1. View on GitHub – It will give all the latest scripts.
        angularjs2

        2. Download – When you click on this button then it shows:
        angularjs3

        Step 3: Click on download button then it will download angular.min.js.
        Step 4: Create a HTML page and in this page include the AngularJS JavaScript file as follows:

        <head>
        <script src = "http://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js"></script>
        </head>
        

        Step 5: Then run the HtML page in the browser.
        Example

        <!DOCTYPE html>
        <html lang="en-US">
        <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
        <body>
        <h1>Sample Application</h1>
        <div ng-app="">
        <p>Name : <input type="text" ng-model="msg"></p>
        <p>Hello {{msg}}</p>
        </div>
        </body>
        </html>
        

        Output

        Sample Application

        Name:BBSTechnologies

        Hello BBSTechnologies

        Leave A Reply Cancel reply

        You must be logged in to post a comment.

        All Courses

        • AngularJS
        • AWS
        • Backend
          • J2EE
          • Java
        • J2EE
        • Java
        • ServiceNow

        Latest Courses

        ServiceNow Service Catalog Practice Test

        ServiceNow Service Catalog Practice Test

        Free
        ServiceNow Certified System Administrator Practice Test – Fundamental – 2

        ServiceNow Certified System Administrator Practice Test – Fundamental – 2

        Free
        ServiceNow Certified System Administrator Practice Test – Knowledge Management

        ServiceNow Certified System Administrator Practice Test – Knowledge Management

        Free

        Become an Instructor

        Join our community of students around the world and sell your courses.

        Learn More

        BBS Learning Powered by BBS Technologies.

        • Privacy
        • Terms
        • Sitemap
        • Purchase

        Login with your site account

        Lost your password?

        Not a member yet? Register now

        Register a new account

        Are you a member? Login now