* Upgrade react and react-dom to latest versions
* Updated Angular to v7.0, Updated office-ui-fabric-react to v6.110.0
* Fixed missing imports and reference errors
* Un-generic-ed EventListener (was causing errors since default EventListener is not generic)
* Removed noops on HoverCard and Tooltip component scss since they were moved to global styles in Fabric
* Upgrade office-ui-fabric-react to 6.110.0 + Add PlainCard and ExpandingCard components
* Renamed EventListener to IEventListener, Renamed some *.d.ts files to *.ts due to build issues
* Updated component property bindings to match new Fabric version
* Rename EventListener array and map to `I`-prefied versions to avoid confusion
- Package upgrades (non-breaking)
- Align repo to Prettier 1.15.3
- [includes] Revert decorators to their previous position in components, before the change in 1.14.
* Fix bug in import.
* Add some margin below triangle.
* Updates to triangles to support user controlled size.
* Updates to the rendering style, showing content.
* Extra fix.
* Done updating performance profiles.
* Add dot-count to the triangles.
* Toggle profile images zoomed and not.
* Improve the layout a bit for fabric component docs.
* Fix format for output under buttons.
* Switching from Material to Semantic UI for demo.
There is already an Angular version for Material, so not much point of enabling Material React components in Angular.
* Add basic support for Semantic UI button.
* Some refactoring and cleanup of directory structure.
* Style updates for nav.
* Fix some style issues when subnav is not used.
* Fix regression in the collapsing subnav.
* More updates for responsive nav.
* Bug fix.
* Update fabric lib to use module per component.
* Final touches for this round in docs.
* Update to docs.
* Update NX and add support for Angular Material.
* Added support for Angular Material and implemented simple nav.
Patterned after Angular-Material website.
* Update npm dependency.
* Fix bug when switching between perf pages.
* Rename Demo app to Docs
* Initial after adding demo app.
* Update demo app.
* Build docs for github hosting.