sebaferreras / Ionic3-MultiLevelSideMenu

Ionic 3 demo of a two-level side menu.
MIT License
136 stars 55 forks source link

Add support for badge #20

Closed ralscha closed 6 years ago

ralscha commented 6 years ago

This change introduces support for badges with ion-badge. The badge option expects an Observable that allows the application to dynamically update the value of the badge.

sebaferreras commented 6 years ago

Looks amazing @ralscha! Thanks a lot for this PR :)