mrjmd / pdb

Decoupled Blocks is a Drupal 8 module to simplify integrating javascript frameworks into your site.
https://www.drupal.org/sandbox/mrjmd/2664138
57 stars 14 forks source link

Better Angular 2 example component #20

Closed mrjmd closed 8 years ago

mrjmd commented 8 years ago

One of our overarching goals in the run-up to DrupalCon is to be able to publicly showcase this module. This will most likely be done using the Angular 2 sub-module since it has the most active development behind it.

However, the example components currently available are lackluster, and we should try to get one decent looking component with some more advanced ng2 behaviors out there for people to see.

pxwise commented 8 years ago

http://todomvc.com/ is the gold standard for Hello Worlding a js framework.

May not be flashy enough for a showcase, but worth considering as a default demo per framework.

mrjmd commented 8 years ago

Copying comment from duplicate issue #39:

We need a "flashy" Showcase component for Drupalcon.

My first thought is to build something demoing a reusable angular component and two way data binding at the same time.

I'm looking at building a panels IPE inspired set of fields with http://valor-software.com/ng2-dragula/index.html

mrjmd commented 8 years ago

Closing this as no longer relevant.