angular-material-extensions / fab-menu

Angular Component that represents a menu of buttons triggered by a floating action button | built with material design
https://angular-material-extensions.github.io/fab-menu/
MIT License
48 stars 17 forks source link

fix unescaped | in API table #2

Closed vonDowntown closed 4 years ago

vonDowntown commented 4 years ago

While reading through your README.md and working with your project, I noticed that the last line of the table doesn't make any sense. After reading your code i noticed that EventEmitter<string | number> had a un-escaped | which caused it to look like EventEmitter<string... and making your table structure wrong.

So i fixed it. And my Editor removed some unnecessary spaces.