Skip to content

Commit e190ae9

Browse files
committed
Add provider for dialog service in ng-sample demo.
1 parent 16f7ed1 commit e190ae9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ng-sample/app/examples/modal/modal-test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import {ModalContent} from "./modal-content";
55

66
@Component({
77
selector: 'modal-test',
8+
providers: [ModalDialogService],
89
template: `
910
<GridLayout rows="*, auto" modal-dialog-host>
1011
<StackLayout verticalAlignment="top" margin="12">

0 commit comments

Comments
 (0)