gastonprieto / angular-es6-sample

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

Home Page:https://www.timroes.de/2015/07/29/using-ecmascript-6-es6-with-angularjs-1-x/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

You will find several comments in the sources and build files and I wrote a blog post on how to use AngularJS 1 with ECMAScript 6.

License

This project is licensed under public domain or CC0 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.

About

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

https://www.timroes.de/2015/07/29/using-ecmascript-6-es6-with-angularjs-1-x/


Languages

Language:JavaScript 93.7%Language:HTML 6.3%