Skip to content
Snippets Groups Projects
Commit b45df49a authored by Thomas Lenz's avatar Thomas Lenz
Browse files

Add simple view

parent 175f1b24
Branches
Tags
1 merge request!62Resolve "creator home screen - html template (room)" 2nd try
<p> <div fxLayout="column" fxLayoutAlign="center" fxLayoutGap="20px" fxFill>
creator-room works! <div fxLayout="row" fxLayoutAlign="center">
</p> <div fxLayoutGap="20px">
<mat-list-item>Room: {{room}}</mat-list-item>
<mat-list-item>
<button mat-raised-button color="primary">Create content</button>
</mat-list-item>
<mat-list-item>
<button mat-raised-button color="primary">Contents</button>
</mat-list-item>
<mat-list-item>
<button mat-raised-button color="primary">Comments</button>
</mat-list-item>
<mat-list-item>
<button mat-raised-button color="warn">Delete room</button>
</mat-list-item>
</div>
</div>
</div>
...@@ -6,7 +6,7 @@ import { Component, OnInit } from '@angular/core'; ...@@ -6,7 +6,7 @@ import { Component, OnInit } from '@angular/core';
styleUrls: ['./creator-room.component.scss'] styleUrls: ['./creator-room.component.scss']
}) })
export class CreatorRoomComponent implements OnInit { export class CreatorRoomComponent implements OnInit {
room = '1';
constructor() { } constructor() { }
ngOnInit() { ngOnInit() {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment