@if ((isLoading$ | async) == true) { } @else { @if (publication) {

Modification de l'article {{ publication.title }}

Title Description
Content
@if ((isPreviewing$ | async) === true) {

Preview is loading...

} @else {

{{ publication.title }}

{{ publication.description }}

}
} @else {

Publication failed to load...

} }