IZ
<div min-heigth: 100px>
<div max-hegiht: 0> <- меняешь высоту здесь
<input/>
</div>
</div>
Size: a a a
IZ
DP
dist/my-app/
папку, а скажем в dist/my-app/public/
?G
dist/my-app/
папку, а скажем в dist/my-app/public/
?—outputPath=outputPath
DP
js
файлах outputPath
все сгенерит в outputV
animations: [
trigger('fadeInOut', [
transition(':enter', [
style({
transform: 'translateY(-30px)',
opacity: 0,
'max-height': 0
}), animate( '300ms max-height', style({
'max-height': '100px',
transform: 'translateY(0)',
opacity: 1
}))
]),
transition(':leave', [
animate('300ms ease-out',
style({
'max-height': 0,
opacity: 0,
// transform: 'translateY(-30px)'
}))
])
])
]
ДМ
AS
SФ
SФ
SФ
KyivJSfriends@odessajs
VJS19BeerJSKyiv
SФ
SФ
AS
SФ
B
SФ
B
SФ
B