R
Size: a a a
R
S
Т
Т
this.http.get<User>('http://becon9.ddns.net:9000/user', this.httpOptions)
.subscribe((result: HttpResponse<User> ) => {
this.user = result.body;
console.log(result);
},
error => console.log(error));
console.log(this.user);
}
Т
DD
AK
S🌴
AK
P
E
БК
БК
EK
P
P
EK
S
АМ
pointer-events: none
, а по окончанию анимации поинтер-эвентс убратьАМ
export const topBottomEnterAnimation = animation([
style({
'pointer-events': 'none',
transform: 'translate(0, -12px)',
opacity: 0,
}),
animate('200ms ease', style({
transform: 'translate(0, 0)',
opacity: 1,
}))
]);