Skip to content

gooy/gooy-angular

Repository files navigation

Gooy Angular

GitHub version Build Status Dependency Status devDependency Status
ES6 format JSPM MIT License

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:

Installation

jspm install gooy/gooy-angular

Usage

Look at the gooy/gooy-angular-demo for a code example.

Demo

Disclaimer

This is an experimental package and no support will be provided, use at your own risk.

:octocat: 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.

About

ES6 Apps driven by Angular 1.x, inspired by Aurelia.

Resources

License

Stars

Watchers

Forks

Packages

No packages published