Merge with local folder
This commit is contained in:
parent
1598260ce3
commit
706fe745d3
110 changed files with 21422 additions and 17 deletions
2
src/app/components/pages/page/tower/tower.component.ts
Normal file → Executable file
2
src/app/components/pages/page/tower/tower.component.ts
Normal file → Executable file
|
|
@ -40,7 +40,7 @@ export class TowerComponent implements OnInit {
|
|||
|
||||
ngOnInit() {
|
||||
this.tower$.subscribe(value => {
|
||||
console.log(this.tower, value);
|
||||
// console.log(this.tower, value);
|
||||
if (value) {
|
||||
this.styledBlocks = value.coloredBlocks
|
||||
.filter(b => b.isDone)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue