Skip to content

yesplease/changular

 
 

Repository files navigation

Changular

alt tag

Changular is a development platform for building powerful mobile and desktop web applications.

Changular 2 is currently in Alpha Preview. We recommend using Changular 1.X for production applications:

Setup & Install Changular 2

Follow the instructions given on the Changular download page.

Simply load changular.module(myChang, []); to begin loading your Changular application!

To run Changular directives simply use chang-<directive>

Want to help?

Want to file a bug, or contribute some code or improve documentation? Excellent! Read up on our guidelines for contributing.

Examples

To see the examples, first build the project as described here.

Hello World Example

This example consists of three basic pieces - a component, a decorator and a service. They are all constructed via injection. For more information see the comments in the source modules/examples/src/hello_world/index.js.

You can build this example as either JS or Dart app:

  • JS:
    • $(npm bin)/gulp build.js.dev, and
    • $(npm bin)/gulp serve.js.dev, and
    • open localhost:8000/examples/src/hello_world/ in Chrome.
  • Dart:
    • $(npm bin)/gulp serve/examples.dart, and
    • open localhost:8080/src/hello_world in Chrome (for dart2js) or Dartium (for Dart VM).

** NOTE THIS IS PURELY FOR SATIRE - IF YOU FIND THIS FUNNY YOU SHOULD DEFINITELY CHECKOUT THE ORIGINAL ANGULAR AND THANK THEIR RESPECTIVE TEAM FOR BUILDING SUCH A FINE APP FRAMEWORK **

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.0%
  • Dart 31.2%
  • HTML 5.3%
  • Shell 2.2%
  • CSS 1.3%