Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devversion/material2-plunker

INACTIVE: Use from @angular/material2 repository
https://github.com/devversion/material2-plunker

Last synced: 22 days ago
JSON representation

INACTIVE: Use from @angular/material2 repository

Awesome Lists containing this project

README

        

# [INACTIVE] material2-plunker

Use the offical template: http://plnkr.co/edit/o077B6uEiiIgkC0S06dd?p=preview

### What is it for?

This is a basic Angular Material 2 App, which transpiles Typescript on demand and loads all dependencies from the internet.
- This is perfect for a template, because it's not depending on any dependency managers.

Developers, who have an issue with [Material 2](http://github.com/angular/material2), can simply use this as a [Plunker Template](http://plnkr.co/edit/o077B6uEiiIgkC0S06dd?p=preview) to demonstrate their issue.

### How does it load all its dependencies?
The Template loads all its dependencies from Firebase.

We currently update all modules manually ([read more](#cooming-soon)) and deploy them to [Firebase](http://www.firebase.com).

Currently bundled modules are:
- `@angular`,
- `@angular2-material`
- `rxjs`
- `zone.js`,
- `reflect-metadata`

So, you as you can see, we provide a bundle for all modules which are required to run a Angular 2 App.

### Cooming soon
- `Automatic Module Updating`

It is planned, to update all modules automatically, when new changes were commited to Angular Material 2

### Links
- [Plunker Template](http://plnkr.co/edit/o077B6uEiiIgkC0S06dd?p=preview)
- [Asset Host](https://angular-code.firebaseapp.com)
- [Bundle File](https://angular-code.firebaseapp.com/bundle.js)