On Apr 2, 2016 5:55 AM, "Michael Schmalle" <teotigraphix...@gmail.com> wrote: > > That is nice, seeing a shinny UI on things makes it all the more real.
Yeah, it was such a big rush to see that first Angular Material button on the page! > > Is there any prerequisites to using this? I saw you were making an external > swc with Josh's dts2as util. Yes, it depends on the typescript definition files for Jquery, AngularJS and Angular Material. I used Josh's dts2as tool to compile then into swcs. The .d.ts files came from DefinitelyTyped. I initially ran into some bugs during the conversion, but thanks to Josh's ninja fixes everything worked out. Thanks, Om > > Mike > > On Sat, Apr 2, 2016 at 6:25 AM, OmPrakash Muppirala <omup...@gmail.com> > wrote: > > > As promised, here is a small taste of an AngularJS + Angular Material app > > built completely in ActionScrpt3, using FalconJX. > > > > *Features:* > > > > 1. Create an AngularJS application > > 2. Create an AngularJS Controller > > 3. Use Angular Material component set > > 1. md-whiteframe > > 2. md-button > > 3. md-input > > 4. md-datepicker > > 5. md-dialog > > 4. Use Angular's databinding and object watch features > > 1. Type in the input box to see the button's label change > > 2. Click on the button to see a DatePicker Selecting a date will > > update the text below. > > > > *Demo app: * > > Release version (fast download): > > http://bigosmallm.github.io/flexjs/angular/release.html > > Debug version (slower download, but you can look at generated JS code): > > http://bigosmallm.github.io/flexjs/angular/debug.html > > > > *AS3 code:* > > > > https://github.com/apache/flex-asjs/tree/develop/examples/native/AngularExample > > (its missing the externs swcs for jquery, angular and angularmaterial, I > > can put them up on my private repo if someone wants them) > > > > I hope to work with Alex and others to figure out how this fits into the > > FlexJS framework over the next few days. > > > > Thanks, > > Om > >