АФ
Size: a a a
АФ
AK
RK
AK
ДЗ
ДЗ
AK
AS
ЕВ
function AutoUnsub() {
return function(constructor) {
const orig = constructor.prototype.ngOnDestroy
constructor.prototype.ngOnDestroy = function() {
for(const prop in this) {
const property = this[prop]
if(typeof property.subscribe === "function") {
property.unsubscribe()
}
}
orig.apply()
}
}
}
SR
SR
D
BB
AM
hrefпо дефолту будет будет перезагружать страницу по клику
R
I
I
CN
VS
VS