Animate between different layers

This commit is contained in:
József Farkas
2016-05-01 17:06:48 +02:00
parent f6432d4d55
commit 7d82e8cce1
4 changed files with 138 additions and 33 deletions

View File

@@ -36,7 +36,6 @@ export class SvgModuleComponent implements OnInit, OnChanges {
ngOnInit() {
this.setLabels();
console.log(this);
}
ngOnChanges(changes: { [propertyName: string]: SimpleChange }) {