Gbuomprisco / ng2-material-dropdown

Angular 2 Material-like Dropdown Component
MIT License
37 stars 54 forks source link

fix Augury integration #21

Closed souldreamer closed 7 years ago

souldreamer commented 7 years ago

fixes Augury errors in projects that include these components, and removes the forwardRefs that abounded by adding a service to the components to deal with menu & dropdown state.

The service is instantiated once for each dropdown, so won't interfere with multiple instantiations of the dropdown.

Tests changed just enough to use the new object structure in the state (plus the test component module now imports the actual dropdown module, not just all of the components in it)

Gbuomprisco commented 7 years ago

Hi @souldreamer,

Thanks for the PR, will look into merging it asap