Open jessejamesrich opened 7 years ago
Is the Step 9 InjectUser client/imports/app/parties/party-details.component.ts different than the examples beforehand?
client/imports/app/parties/party-details.component.ts
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 {
Is the Step 9 InjectUser
client/imports/app/parties/party-details.component.ts
different than the examples beforehand?vs.
What did I miss here, or should it be?