Ionic Page and component relationship

Can you show the code in a representative page that populates the page properties that are bound to the @Input property in these components? I suspect that the underlying problem might have nothing whatsoever to do with pages and components, but rather a result of trying to use component lifecycle to manage data, such as in this thread.

Incidentally, @twestrick : isn’t that React syntax? I think OP is using Angular here.