Quantcast
Channel: angular.org.il
Viewing all articles
Browse latest Browse all 175

Conditional Router Outlets Mostly Work In Angular 4.4.0-RC.0

$
0
0
By Ben Nadel on 

I started digging into the Angular 2 Router a year ago when Angular 2 was still just a release-candidate (RC). At the time, the in-built Router had a fatal flaw: it wouldn’t allow <router-outlet> directives to be conditionally rendered in the DOM (Document Object Model). This was a show-stopper for a complex user interface (UI) like InVision App. To get around this, I switched over to the ngRx Router, which worked beautifully. Until the ngRx Router was end-of-lifed. At which point I just gave up and stopped experimenting with routing. Now, over a year later, I wanted to check back in with the Angular 4 Router to see if the situation had improved. And, thankfully it has. Mostly. With Angular 4.4.0, conditional Router outlets now mostly work. “Mostly” in that they are allowed; but, “mostly” in that they do break in certain circumstances.

Source: Conditional Router Outlets Mostly Work In Angular 4.4.0-RC.0

The post Conditional Router Outlets Mostly Work In Angular 4.4.0-RC.0 appeared first on angular.org.il.


Viewing all articles
Browse latest Browse all 175

Trending Articles