get hasError()

in src/app/ui/utils/error.component.ts [37:39]


    get hasError(): boolean {
        return !!this.error
    }