PeterStaev / NativeScript-Drop-Down

A NativeScript DropDown widget.
Apache License 2.0
105 stars 65 forks source link

Fixing declarations for AoT #101

Closed mcrvaz closed 7 years ago

mcrvaz commented 7 years ago

I wasn't able to build for AoT without these declarations, now it should work.

mcrvaz commented 7 years ago

Sorry, seems it was an issue with the import, not the lack of declarations. For some reason it isn't recognizing import { ObservableArray } from "data/observable-array";, only import { ObservableArray } from "tns-core-modules/data/observable-array";