Angular 2 ng-bootstrap Modal: How to pass data to entry component

前端 未结 3 729
抹茶落季
抹茶落季 2021-01-02 02:12

I\'m trying to send data to a custom modal content component so I can call it from any other component and not repeat code. I\'m new to Angular 2 and have followed the \"Com

3条回答
  •  执笔经年
    2021-01-02 02:50

    Here are some ways to do it.

    1. Expose an instance of a component
    2. Use resolve and expose resolved values on an instance of NgbActiveModal
    3. Use resolve and bind resolved values to component's inputs.

    See: https://github.com/ng-bootstrap/ng-bootstrap/issues/861#issuecomment-253500089

提交回复
热议问题