Guest User

Untitled

a guest
Feb 17th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <!-- sidenav.component.html -->
  2. <mat-sidenav-container>
  3. <mat-sidenav mode="side" opened>
  4. <a>teste</a>
  5. </mat-sidenav>
  6. <mat-sidenav-content>
  7. <!-- componentes aqui -->
  8. <ng-content></ng-content>
  9. </mat-sidenav-content>
  10. </mat-sidenav-container>
  11.  
  12. <!-- index.component.html -->
  13. <app-top-menu>
  14. <app-sidenav></app-sidenav>
  15. </app-top-menu>
Add Comment
Please, Sign In to add comment