Search bar like google in Ionic 2 with typescript

How to bind search bar as keyword from particular table data with auto completion as user type just like google in Ionic 2 with typescript.
p.s. keyword should be display on search bar only and not on page contents

You’ll probably have to implement that on your own. Position a layer below the searchbar component to hold the auto-complete list. Give searchbar a proper debounce value to prevent sending too many requests.