有没有一种方法可以刷新/重新加载页面内的某个组件(但不能调用该组件的页面)

时间:2019-07-16 23:45:33

标签: angular ionic-framework ionic4

我是Angular + Ionic的新手。有没有一种方法可以重新加载/刷新页面内的组件?看来这是我现在可以解决我的问题的方式。我尝试了location.reload(),它确实重新加载/刷新了该组件,但它也重新加载了我不需要的整个页面。

组件是图像选择器/相机,页面是表单。

thePage

<ion-content> 
    <form>
      ..
      ..
      ..
      .. 
      <the-component>
          ....
      </the-component>

    </form>

<ion-content>

0 个答案:

没有答案