We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d5741d commit 623d7c2Copy full SHA for 623d7c2
src/app/app.component.html
@@ -4,6 +4,9 @@
4
</mat-toolbar-row>
5
</mat-toolbar>
6
<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>
10
<mat-card *ngFor="let item of items">
11
<mat-card-header>
12
<mat-card-title>{{item.name}}</mat-card-title>
0 commit comments