Providers & data available to the onClick & buttonState functions of an ActionBarItem,
ActionBarDropdownMenuItem or NavMenuItem.
ActivatedRouteThe router's ActivatedRoute object for the current route. This object contains information about the route, its parameters, and additional data associated with the route.
InjectorThe Angular Injector which can be used to get instances of services and other providers available in the application.
DataServiceThe DataService, which provides methods for querying the server-side data.
NotificationServiceThe NotificationService, which provides methods for displaying notifications to the user.
Observable<Record<string, any> | undefined>v2.2.0An observable of the current entity in a detail view. In a list view the observable will not emit any values.
Example