Giter Site home page Giter Site logo

angular-ngroute-lab-v-000's Introduction

Integrate ngRoute

Objectives

  • Setup ng-view with our application
  • Fetch data from the stubbed API
  • Change view using ngRoute

Instructions

Run npm install in your console to install dependencies, and then run node server.js to run the local web server. In another console, run stubby -d config.yml (this will run our mocked backend).

Our mocked backend has three URLs -

http://0.0.0.0:8882/rest/user/liam http://0.0.0.0:8882/rest/user/jayden http://0.0.0.0:8882/rest/user/mary

This will return data on the given user.

Add ngRoute to our app and then configure the route for /user/:name, using views/user.html for the view, and UserController for the user.

Use the resolve property to fetch data from the URLs above to receive data.

In our view, display the user's full name in a <h2> element (title, first name and last name). Display the email in a <p> tag.

Make sure you put the view directive in the HTML!

angular-ngroute-lab-v-000's People

Contributors

toddmotto avatar ipc103 avatar jj54321 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.