You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will be great to have ability of configuration of md-menu overlapping in providers. For example, as in the placeholder: @NgModule({ providers: [ {provide: MD_PLACEHOLDER_GLOBAL_OPTIONS, useValue: { float: 'always' }} ] })
Currently it`s possible only to insert in every place of html using [overlapTrigger]="false" attribute or default value is 'true'.
This feature will add more flexibility of configuration md-menu globally.
The text was updated successfully, but these errors were encountered:
Adds a new injection token that allows the consumer to override the default values for the `xPosition`, `yPosition` and `overlapTrigger` options.
Fixesangular#5479.
Adds a new injection token that allows the consumer to override the default values for the `xPosition`, `yPosition` and `overlapTrigger` options.
Fixesangular#5479.
…5483)
* feat(menu): add injection token for overriding the default options
Adds a new injection token that allows the consumer to override the default values for the `xPosition`, `yPosition` and `overlapTrigger` options.
Fixes#5479.
* fix: unresolved merge conflict and pr feedback
Proposal.
It will be great to have ability of configuration of md-menu overlapping in providers. For example, as in the placeholder:
@NgModule({ providers: [ {provide: MD_PLACEHOLDER_GLOBAL_OPTIONS, useValue: { float: 'always' }} ] })
Currently it`s possible only to insert in every place of html using [overlapTrigger]="false" attribute or default value is 'true'.
This feature will add more flexibility of configuration md-menu globally.
The text was updated successfully, but these errors were encountered: