auth0-blog / angular2-authentication-sample

This is a sample that shows how to add authentication to an Angular 2 (ng2) app
MIT License
966 stars 334 forks source link

Update LoggedInOutlet.ts #30

Closed tomteman closed 8 years ago

tomteman commented 9 years ago

Since commit a9a552c112da1397a0122acdbecbd52bc88e1906 to angular2 (https://github.com/angular/angular/commit/a9a552c112da1397a0122acdbecbd52bc88e1906), 'activate' became private and 'commit' should be used instead

ocombe commented 8 years ago

It's not private (anymore?), maybe they did revert the change ? https://github.com/angular/angular/blob/2.0.0-beta.0/modules/angular2/src/router/router_outlet.ts#L54

You should close this PR :)