There was an error while loading. Please reload this page.
1 parent 0e88ade commit aa1e70eCopy full SHA for aa1e70e
src/app/home/home.component.html
@@ -1,4 +1,4 @@
1
-<div class="card-container">
+<div>
2
<h1 x-large class="sample-content">Your Content Here</h1>
3
4
<hr>
@@ -21,7 +21,7 @@ <h4>Local State</h4>
21
placeholder="Submit Local State to App State"
22
autofocus>
23
24
- <button md-raised-button color="primary">Submit Value</button>
+ <button>Submit Value</button>
25
</form>
26
<!--
27
<input type="text" [value]="localState.value" (input)="localState.value = $event.target.value" autofocus>
0 commit comments