Create a custom component in your project
Source from: https://stackoverflow.com/questions/52174754/having-a-primeng-blockableui-interfaced-component-with-minimal-style
import { Component, ElementRef, Input } from '@angular/core';
import { BlockableUI } from 'primeng/primeng';
@Component({
selector: 'app-blockable-div',
template: ``