Add falling animation
This commit is contained in:
parent
938f3def1f
commit
db6a31dd85
20 changed files with 211 additions and 152 deletions
|
|
@ -59,12 +59,12 @@ export class SelectAddComponent {
|
|||
this.select(this.newOption);
|
||||
this.newOption = '';
|
||||
}
|
||||
this.toggle();
|
||||
}
|
||||
|
||||
select(option: string) {
|
||||
this.selected = option;
|
||||
this.value.emit(this.selected);
|
||||
this.toggle();
|
||||
}
|
||||
|
||||
toggle() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue