An open API service indexing awesome lists of open source software.

https://github.com/timroes/angular-es6-sample

A sample project on how to build Angular 1 apps with ES6 support.
https://github.com/timroes/angular-es6-sample

Last synced: 8 months ago
JSON representation

A sample project on how to build Angular 1 apps with ES6 support.

Awesome Lists containing this project

README

          

To use this sample project you need gulp installed (`npm install -g gulp`).

The default task will execute `gulp serve` which build the sources, watch for changes
and serve them on port [4242](http://localhost:4242).

You will find several comments in the sources and build files and I wrote a
[blog post](https://www.timroes.de/2015/07/29/using-ecmascript-6-es6-with-angularjs-1-x/) on
how to use AngularJS 1 with ECMAScript 6.

License
=======

This project is licensed under public domain or [CC0](https://creativecommons.org/publicdomain/zero/1.0/)
whatever applies in your country. This means, you can do whatever you want to do with that code (modify it,
sell it, eat it, etc.) without the need to leave any copyright notice or attribution to me.