Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RecipeComponent

whatitdoes

Returns the RecipeComponent view.

consumers

RecipeModule, RecipeRoutingModule

Hierarchy

  • RecipeComponent

Implements

  • OnDestroy
  • OnInit

Index

Constructors

constructor

Properties

Private activatedRoute

activatedRoute: ActivatedRoute

provides a snapshot of the current route including the url slug

Private apiService

apiService: ApiService

provides data for the current recipe

recipe

Data used in the recipe view.

Private router

router: Router

routerSubscription

routerSubscription: Subscription

Methods

ngOnDestroy

  • ngOnDestroy(): void

ngOnInit

  • ngOnInit(): void

Generated using TypeDoc