Project

General

Profile

« Previous | Next » 

Revision 51833

1. Add loading and error messages in community-edit-form and stats pages.
2. Add safeHtml pipe in help content pages to enable view as html of tags and classes added by manager.

View differences:

div-help-contents.component.html
113 113
                                                <div class="divId" href="#">{{check.divHelpContent.divId.name}}</div>
114 114
                                            </td>
115 115
                                            <td>
116
                                                <div class="content" href="#">{{check.divHelpContent.content}}</div>
116
                                                <div class="content" [innerHTML]="check.divHelpContent.content | safeHtml"></div>
117 117
                                            </td>
118 118
                                            <td>
119 119
                                                <div *ngIf="check.divHelpContent.isActive" class="activated" >

Also available in: Unified diff