Ionic 2 File Select

I need to select a file from the OS in my ionic 2 application.

I’m using this to import a JSON file.

This used to work in ionic 1 using an input with type=file, but this doesn’t work in ionic2 (angular2).

Can someone provide a short code snippet?

Thanks