![angular.js](https://habrastorage.org/r/w120/webt/5a/6c/2a/5a6c2a56763b9761969772.png)
Angular
1
Вклад в тег
const foo = (function(){
}).bind(this)
host: {
"[@state]":"visible?'expanded':'collapsed'"
},
animations: [
trigger('state', [
state('collapsed', style({})),
state('expanded', style({})),
transition('*<=>*', animate(300))
])
]