One Comment

  1. Instead of this:
    this.componentRef.instance.subTitle = “My most-liked rose”;
    We should use like this:
    this.componentRef.setInput(“subTitle “,”My most-liked rose”);
    in this case we don’t need to trigger change detection

Leave a Reply

Your email address will not be published. Required fields are marked *