Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/devversion/material2-plunker
- Owner: devversion
- Created: 2016-05-05T13:52:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-28T09:48:33.000Z (almost 8 years ago)
- Last Synced: 2024-11-11T06:12:24.448Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)