-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Inject the custom provided CustomMatStepperIntl
What is the current behavior?
The default MatStepperIntl is used
What are the steps to reproduce?
- Provide
CustomMatStepperIntlin app.module.ts
{ provide: MatStepperIntl, useClass: CustomMatStepperIntl } - Make a lazy loaded module that imports
MatStepperModule - The default
MatStepperIntlis injected instead (in the lazy loaded module)
What is the use-case or motivation for changing an existing behavior?
I want to translate specific labels for the stepper component as per global level and not by lazy loaded module level.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular 6.1.4
Material 6.4.6
Is there anything else we should know?
The MatPaginatorIntl works as expected... Why should MatStepperIntl work different?
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgent