The official Material Design components for AngularDart. Used at Google in production apps.
372
stars
122
forks
source link
MenuItem gallery example needs to be updated from deprecated action to actionWithConext #437
Open
supermuka opened 5 years ago
The analyzer shows the following message to MenuItem component:
However, the example in AngularDart Gallery is implemeting the deprecated
action
:Material Menu/MaterialMenuDemoComponent /Source Code
Into MenuItem source code we have:
It seems that the example needs to be updated.
Environment: Dart VM version: 2.6.0-dev.1.0 angular_components: version: "0.14.0-alpha+1"