Questions tagged [angular2-custom-component]

Please utilize this tag for inquiries related to developing a personalized component in Angular 2.

Leveraging Multiple @Input Decorators in Ionic 3 and Angular 2

Within my Ionic 3 project, I have developed a custom component called my-component. Utilizing the angular @Input functionality, data can be passed to this component with ease. In this case, I have two inputs defined as: @Input('finder') myFinder: Finder; ...