katemihalikova / ion-datetime-picker

Date and/or time picker for awesome Ionic framework
MIT License
169 stars 101 forks source link

Use ngc in place of tsc to generate metadada.json files #120

Open jbarbede opened 6 years ago

jbarbede commented 6 years ago

This PR allows to make ion-datetime-picker AOT compatible using ngc to generate metadata.json files.

I updated packages to last ionic version.

The picker directive was generating some AOT error. The .present() method requires a NavOptions param, not DatetimePickerAlertOptions. I'm not really sure what should be done there: pickerOptions are already provided when the picker is created, not sure why .present() also needs them.

tomlev commented 6 years ago

👍