如何从firebase向angular2应用程序显示错误消息

时间:2016-10-15 18:46:03

标签: angular firebase-realtime-database firebase-authentication firebase-security angular2-forms

如何在应用程序中显示错误消息,而不是在控制台中打印。 这是下面的示例(在控制台中打印)

promise.catch(e => console.log(e.message));

我希望能够在我的HTML中打印上述内容。

任何帮助?

1 个答案:

答案 0 :(得分:1)

您可以使用 AarrowFunction 111,如图所示

 <div class="FreeQuest">
        <span class="QuestText">We welcome any comments about your check-in experience</span><br>
        <textarea cols="50" rows="5" maxlength="2000"></textarea>
        <div><span class="CommentMaxLen">20000000000000000000000000000000000000000000000000000000</span> </div>
    </div>
</div> 

.LeftAdjustedText .FreeQuest{
    float:left;
    width:100%;
}
.QuestText {
  float:left;
  width:100%;
}
.LeftAdjustedText .FreeQuest span.CommentMaxLen{
    max-width: 400px;
    width: 70px;
    word-wrap: break-word;
    float:left;
}