What is the purpose of the data property (seen in the example below) in a route configuration?
{
path: 'customers',
component: CustomerListComponent,
data: { accountSection: true }
}
What is the purpose of the data property (seen in the example below) in a route configuration?
{
path: 'customers',
component: CustomerListComponent,
data: { accountSection: true }
}