📅  最后修改于: 2022-03-11 14:53:08.593000             🧑  作者: Mango
disabled will disable an element whether it is true or false, it's presence means that the element will be disabled
----- OR FOR DIV
.disabled-contenct {
pointer-events: none;
opacity: 0.4;
}
--------
--- primer uporabe v Angular Template