evaristoc / fCC_R3

freeCodeCamp Resources' Ranking and Reviews
2 stars 2 forks source link

platform component: delay in the update of the elQuery variable? #31

Closed evaristoc closed 7 years ago

evaristoc commented 7 years ago

Problem Description

Seems to be a similar problem as described here:

User Story

Technical Specs

Possible Solutions

Milestones


Warnings and Notes:

References:

evaristoc commented 7 years ago

Solved. I had an unneeded Observer in the code that rendered it async:

  //let qparam: string;
  //this.route.queryParams.take(1).subscribe((qprm)=>{qparam = qprm["selsubject"]});