Urigo / meteor-angular2.0-socially

https://www.angular-meteor.com/tutorials/socially/
170 stars 120 forks source link

Step 9 InjectUser Issue #205

Open jessejamesrich opened 7 years ago

jessejamesrich commented 7 years ago

Is the Step 9 InjectUser client/imports/app/parties/party-details.component.ts different than the examples beforehand?

export class PartyDetailsComponent implements OnInit, OnDestroy {

vs.

export class PartyDetails implements CanActivate {
  // ...

What did I miss here, or should it be?

export class PartyDetailsComponent implements OnInit, OnDestroy, CanActivate {