We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a752e commit 8826d67Copy full SHA for 8826d67
CHANGELOG.md
@@ -46,6 +46,12 @@ imports only the set of components actually used in the application.
46
need to explicitly import `BrowserAnimationsModule` (or `NoopAnimationsModule`) from
47
`@angular/platform-browser/animations` as well as installing `@angular/animations`.
48
49
+#### Other changes
50
+* The `DomProjection` service was removed. This was an experimental, undocumented service that we
51
+ultimately found did not provide a good approach to composing components.
52
+* The `config` property was removed from `MdDialogRef`. If you were using this to access the `data`
53
+property, you can instead inject that value using the `MD_DIALOG_DATA` of the opened component.
54
+
55
56
57
### Bug Fixes
0 commit comments