Skip to content

Commit 623d7c2

Browse files
authored
Add google form embedded
1 parent 6d5741d commit 623d7c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/app.component.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
</mat-toolbar-row>
55
</mat-toolbar>
66
<main>
7+
<mat-card>
8+
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLScq9AXz_2YCGgDT8F3K0pNbzSoY3G7SlYJ-yM98sfd5RJE8zQ/viewform?embedded=true" width="640" height="955" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
9+
</mat-card>
710
<mat-card *ngFor="let item of items">
811
<mat-card-header>
912
<mat-card-title>{{item.name}}</mat-card-title>

0 commit comments

Comments
 (0)