Display loading while using Observable with Async pipe in template

后端 未结 3 891
感情败类
感情败类 2021-02-20 15:01

Situation: I am using FirebaseObjectObservable to populate my Ionic 2 (rc0) template. Template code:


  

{{(course | async)?.des

3条回答
  •  忘掉有多难
    2021-02-20 15:43

    You could do something like this:

    
    
      

    {{(course | async)?.description}}


    Learning Objectives

    loading objectives...
    • {{objective.text}}

    Takeaway

    loading takeaways...
    • {{takeaway.text}}

提交回复
热议问题