Giter VIP home page Giter VIP logo

material2-plunker's Introduction

[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

material2-plunker's People

Contributors

devversion avatar

Stargazers

Alexander Mikuta avatar

Watchers

James Cloos avatar  avatar  avatar

material2-plunker's Issues

MD_RADIO_DIRECTIVES is undefined

I'm not 100% certain this is a problem with this your plnkr template and this repo specifically, but I cannot seem to add MD_RADIO_DIRECTIVES to a component at all. To be clear I'm adding the following to the plnkr template:

import {MD_RADIO_DIRECTIVES} from '@angular2-material/radio';
import {
  MdUniqueSelectionDispatcher
} from '@angular2-material/core/coordination/unique-selection-dispatcher';


@Component({
  ...
  providers: [MdUniqueSelectionDispatcher],
  directives: [..., MD_RADIO_DIRECTIVES, ...]/
})

When I console.log(MD_RADIO_DIRECTIVES) after importing, it logs undefined and when the directives array tries to use it we get the error:

TypeError: Cannot read property 'parameters' of undefined
    at a.parameters

Any ideas?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.