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.
- Host: GitHub
- URL: https://github.com/timroes/angular-es6-sample
- Owner: timroes
- Created: 2015-07-26T18:16:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-17T10:53:33.000Z (over 9 years ago)
- Last Synced: 2024-10-17T08:15:51.557Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.timroes.de/2015/07/29/using-ecmascript-6-es6-with-angularjs-1-x/
- Size: 55.7 KB
- Stars: 117
- Watchers: 5
- Forks: 50
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.