Description
Bug, feature request, or proposal:
I noticed that the Angular team hasn't started on components that needs to be dynamically loaded such as the MD Dialog and MD Toast present in Angular Material 1. There is no best practice in how to load and destroy elements like these in Angular 2. Any ideas on how this can be achieved?
In Angular Material 1, we could also pass data into the dialog and output data when the dialog is destroyed/hidden(promise based).
What is the expected behavior?
Dynamically load components into the view for modals, toasts and the likes
What is the current behavior?
No proper documentation
What is the use-case or motivation for changing an existing behavior?
If the Angular team has started on at least one of these components(dialog or toast), we may start exploring the possibilities of how to best handle dynamically loaded components and create our own
Which versions of Angular, Material, OS, browsers are affected?
Angular 2.0.0-rc.3
Angular Material 2.0.0-alpha.5-2