Android Material Design in Ionic 1?

If I use Ionic 1 to develop an app for Android, it will have an appearance like an iOS app (component styling, theme, color)? Will it morph to resemble the Android Material Design when in Android?

I understand that Ionic 2 seems to support Google Android Material Design and iOS design depending on the platform it is running on. But this would mean my source codes will have to be in Angular 2 TypeScript instead of JavaScript.

Is my understanding correct?

You can also achieve material design in Angular 1

https://material.angularjs.org/latest/

http://ionicmaterial.com/

On a related point, these would be options by third parties and not driftyco.

I am curious, out of the box, for Ionic 1, do the components and resulting UI really look very iOS-like and non-Material Design?

Or is it somewhere in between like most hybrid mobile app framework like JQuery mobile?