Skip to content

butdy/angular

Folders and files

NameName
Last commit message
Last commit date
Mar 17, 2015
Mar 18, 2015
Mar 11, 2015
Mar 14, 2015
Jan 27, 2015
Jan 7, 2015
Mar 14, 2015
Mar 12, 2015
Mar 11, 2015
Mar 18, 2015
Sep 18, 2014
Mar 18, 2015
Mar 14, 2015
Mar 17, 2015
Feb 16, 2015
Feb 7, 2015
Nov 5, 2014
Mar 18, 2015
Jan 20, 2015
Mar 14, 2015
Feb 17, 2015
Mar 6, 2015
Mar 14, 2015
Mar 13, 2015
Feb 28, 2015

Repository files navigation

Angular Build Status Join the chat at https://gitter.im/angular/angular

Angular is a development platform for building mobile and desktop web applications. This is the repository for Angular 2, both the JavaScript (JS) and Dart versions.

Angular 2 is currently in Alpha Preview. We recommend using Angular 1.X for production applications:

Setup & Install Angular 2

Follow the instructions given on the Angular download page.

Want to help?

Want to file a bug, or contribute some code or improve documentation? Excellent! Read up on our guidelines for contributing.

Examples

To see the examples, first build the project as described here.

Hello World Example

This example consists of three basic pieces - a component, a decorator and a service. They are all constructed via injection. For more information see the comments in the source modules/examples/src/hello_world/index.js.

You can build this example as either JS or Dart app:

  • JS:
    • $(npm bin)/gulp serve.js.dev, and
    • open localhost:8000/examples/src/hello_world/ in Chrome.
  • Dart:
    • $(npm bin)/gulp serve/examples.dart, and
    • open localhost:8080/src/hello_world in Chrome (for dart2js) or Dartium (for Dart VM).

About

One framework. Mobile & desktop.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 89.6%
  • JavaScript 4.6%
  • CSS 2.0%
  • HTML 1.9%
  • Python 1.2%
  • Shell 0.6%
  • Other 0.1%