We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e621474 commit 5038f5cCopy full SHA for 5038f5c
1 file changed
README.md
@@ -46,7 +46,11 @@ import {
46
47
@ViewChild('container', {read: ViewContainerRef}) container: ViewContainerRef;
48
49
- data: string = `<div>Done</div><a href="javascript:void(0);" (click)="ref.alert('ok')">If click works it says OK!</a>`;
+ data: string = `
50
+ <div>Done</div>
51
+ <a href="javascript:void(0);" (click)="ref.alert('ok')">
52
+ If click works it says OK!
53
+ </a>`;
54
55
ref: Page;
56
0 commit comments