Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <div id="main-container" class="container">
  2. <mat-card id="login-card">
  3. <div id="form-container">
  4. // here I want to paste another components view as a parameter
  5. </div>
  6. </mat-card>
  7. </div>
  8.  
  9. <app-card [my-html-param]="app-login-form"></app-card>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement