Coder Social home page Coder Social logo

narasimhamurthygn / angular-master-detail Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tjvantoll/angular-master-detail

0.0 1.0 0.0 2.01 MB

Examples of how to build master-detail user interfaces with Angular

TypeScript 73.33% CSS 4.07% HTML 14.82% JavaScript 7.78%

angular-master-detail's Introduction

Angular Master-Detail Examples

This repo contains two examples of how to build master-detail user interfaces with Angular—one for the web, and one for native mobile using NativeScript. Both apps are simple Pokémon viewing apps driven by the free-to-use pokéapi.

Web

To run the web app, first clone this repo, and then cd into the pokemon-web folder.

cd pokemon-web

Next, run npm install to install the app’s dependencies.

npm install

And finally use ng serve to run the app using the Angular CLI.

ng serve

If all went well you should be able to visit localhost:4200 in your browser to see your app running.

Native

To run the native app you need to have NativeScript and its dependencies installed on your development machine. Check out NativeScript’s installation documentation for details on how to do that.

After that clone this repo and cd into the pokemon-native folder.

cd pokemon-native

And then use the tns run command to start the app on either iOS or Android.

tns run ios

Or

tns run android

angular-master-detail's People

Contributors

tjvantoll avatar

Watchers

James Cloos 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.