@if ((error$ | async) === null) {
@if (allowShowMore$ | async) {
@if (showMore === 'button') {
results.showMore
}
@if (showMore === 'auto') {
}
}
@if ((facade.isLoading$ | async) === true) {
}
}
@if ((errorCode$ | async) === 0) {
}
@if ((error$ | async) !== null && (errorCode$ | async) !== 0) {
}