This is a bootstrapper to create application in ES6 driven by Angular 1.x.
Every module can have a static metadata()
method to descibe how it should be registered with the framework.
It can also ask for variables from the dependency injection by using an static inject()
method.
The variables will get injected into the component's constructor function.
A modified version of the Aurelia bootstrapper is used to bootstrap the application.
Automatically applied polyfills:
jspm install gooy/gooy-angular
Look at the gooy/gooy-angular-demo for a code example.
This is an experimental package and no support will be provided, use at your own risk.
Pull requests are always welcome and issues might be considered.
But keep in mind this is just a simple bootstrapper for Angular 1.x, so be sure to not report Angular issues here.