Giter Site home page Giter Site logo

chaabni / ng2-play Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rolandjitsu/angular-lab

0.0 1.0 0.0 256 KB

Angular 2 Playground

Home Page: https://ng2-play.firebaseapp.com/

License: MIT License

JavaScript 9.62% Shell 0.53% TypeScript 64.22% CSS 18.75% HTML 6.88%

ng2-play's Introduction

Angular 2 Playground

Build Status Dependency Status

Minimal setup of ES6, TypeScript, Angular 2.0 and Firebase.

All ES6 files are being compiled/transpiled with TypeScript (because most of the code is a combination of ES6 and TypeScript specific syntax) to ES5 and loaded in the browser using SystemJS. Throughout the app, most of the features in Angular 2.0 are being used. Moreover, a fairly simple example of using three-way data binding with Firebase written in ES6 (on top of the Firebase JavaScript API) is being illustrated.

Setup


Clone this repo and setup the following tools on your machine:

  • Node (if not already installed)
  • Gulp (optional)

After you have the above tools setup, install all runtime/dev dependencies by running:

npm install

Now start the webserver and the build process (runs on file change) and navigate to localhost:8000:

npm start # `gulp play` if gulp is installed globally

Browser Support


Even though all source code is compiled/transpiled to ES5 and SystemJS has support for IE8 and up, Angular 2.0 has no official indication of what browsers it supports. Therefore, is safe to assume that only evergreen browsers are being supported for now.

Learning Material


Credits


In the making of this simple app, I have made use of whatever resources I could find out there (since the docs on some of the Angular 2 features usage are not that extensive and it's constantly changing for the moment), thus it's worth mentioning that the following projects have served as inspiration and help:

ng2-play's People

Contributors

rolandjitsu 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.