Code Monkey home page Code Monkey logo

angular-2-getting-started's Introduction

Angular 2: Getting Started [ENG, 2016]

Original SRC:
https://github.com/DeborahK/Angular2-GettingStarted

Application:

Application

Application

Application

Application

Prepare Environment for Development

I will work on Ubuntu 14.04

Docker, Atom should be installed

$ mkdir -p /projects/dev/
$ cd /projects/dev/

$ git clone https://github.com/marley-angularjs/Angular-2-Getting-Started
$ cd Angular-2-Getting-Started/

$ docker pull marley/centos6-for-dev
$ docker run -i -t -p 80:3000 --name angular2 -v /$(pwd):/projects/angular2 marley/centos6-for-dev /bin/bash

Host machine:

$ chown -R marley /projects/dev/Angular-2-Getting-Started/
$ chmod -R 777 /projects/dev/Angular-2-Getting-Started/

$ cd /projects/dev/Angular-2-Getting-Started/
$ atom .

Setting up an Angular 2 Application

Application

Source codes from Original Project

$ npm install
$ npm start

Application


04. Introduction to Components

Application

Application


Creating the App Component

Application

Application

Application


05. Templates, Interpolation, and Directives

05_04-Using a Component as a Directive

Application

Application

Application

Application

05_07-Adding Logic with Directives ngFor

Application

angular-2-getting-started's People

Contributors

webmakaka avatar

Watchers

pat.yu.sjsu 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.