@if (loading()) {
{{ 'productDetails.loading' | translate }}
}
@if (error()) {
{{ 'productDetails.errorTitle' | translate }}
{{ error()! | translate }}
}
@if (missing() && !loading() && !error()) {
}
@if (product(); as currentProduct) {
@if (!loading() && !error()) {
}
}