devversion / material2-plunker

INACTIVE: Use from @angular/material2 repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[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, can simply use this as a Plunker Template 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) and deploy them to Firebase.

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

About

INACTIVE: Use from @angular/material2 repository


Languages

Language:JavaScript 70.5%Language:HTML 20.5%Language:TypeScript 8.9%