-
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 urgentarea: manyArea label for issues related to many componentsArea label for issues related to many componentsfeatureThis issue represents a new feature or feature request rather than a bug or bug fixThis issue represents a new feature or feature request rather than a bug or bug fix
Description
Bug, feature request, or proposal:
What is the expected behavior?
Buttons, sidenav, selects, input fields, etc. should function normally when ngZone: 'noop' is specified.
What is the current behavior?
If you enabled ngZone: 'noop' most Angular Material components break.
What are the steps to reproduce?
Launching a an app which uses material components using .bootstrapModule(AppModule, {ngZone: 'noop'});
results in components that do not work properly.
What is the use-case or motivation for changing an existing behavior?
Angular added in 'noop' so that apps that control their own change detection using OnPush can disable the extra overhead of zones. Is the material team planning to support this?
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular 5.0, Material 5.0
Is there anything else we should know?
jaa1982, aecz, HitomiTenshi, mykola-digtiar, bulash and 56 more
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 urgentarea: manyArea label for issues related to many componentsArea label for issues related to many componentsfeatureThis issue represents a new feature or feature request rather than a bug or bug fixThis issue represents a new feature or feature request rather than a bug or bug fix