Open davoseaworthui opened 3 years ago
the only problem here is that the [id] cannot be set properly and as per documentation it is indeed the cause for responsiveness on window resize is not working
this.projectSubscription = this.projectService.projectsChanged.subscribe(projects => (this.projects = projects));
Hi, @davoseaworthui
How do you set [id] in your project. And what is the value of id for every slide?
[id]
id
{{ project.projClient }}
{{ project.id }}
{{ project.projTitle }}
the only problem here is that the [id] cannot be set properly and as per documentation it is indeed the cause for responsiveness on window resize is not working
this.projectSubscription = this.projectService.projectsChanged.subscribe(projects => (this.projects = projects));