disable a div angular code example Example: how to disable a div in angular // your .css file .disable{ pointer-events:none; }