In Angular 1.x we had the option of linking to Angular framework using a CDN (https://ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.min.js). Is that option available in Angular 2?
You can try a CDN like unpkg
Load System JS and ES6:
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.33.3/es6-shim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/systemjs/0.19.20/system-polyfills.js"></script>
Example with plnkr
Example with JSFiddle
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With