Especializa / nativescript-ng-shadow

Angular directive to apply shadows to native elements according to the elevation level guidelines of material design specification
Apache License 2.0
54 stars 38 forks source link

Does binding to IOSData object work #22

Open cfoulkes opened 6 years ago

cfoulkes commented 6 years ago

I notice that the demo app doesn't show the use of binding to an IOSData object. Is this supposed to work? I can set the properties individually in my html but not from an IOSData object in the component .ts file.

Thanks