You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
* MdlDialogService and MdlSnackbarService have changed:
21
21
- There is no longer a `setDefaultViewContainerRef` method. There are two ways to specify a `ViewContainerRef` where dynamic Components will be attached:
22
22
- use `MdlDialogOutletService` and `setDefaultViewContainerRef`
23
-
- use the `<dialog-outlet></dialog-outlet>` component. This component can be anywhere in your html site. the best place is the last child of the `body` element. (see https://github.com/mseemann/angular2-mdl/wiki/How-to-use-the-MdlDialogService for more information)
23
+
- use the `<dialog-outlet></dialog-outlet>` component. This component can be anywhere in your html site. The best place is the last child of the `body` element. (see https://github.com/mseemann/angular2-mdl/wiki/How-to-use-the-MdlDialogService for more information)
24
24
- The possibility to set a `ViewContainerRef` for each dialog or snackbar has been removed.
25
25
-`alert` and `confirm` return an `Observable` and no longer a `Promise` (the enum `ConfirmResult` has been removed)
26
26
* This version now supports AOT - but you should be aware that AOT seems not to be ready for production. AOT behaves in many cases different then JIT. (see https://github.com/angular/angular/issues/11606)
0 commit comments