Skip to content

Instantly share code, notes, and snippets.

@kutliev
Created February 11, 2018 20:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kutliev/fd8e391de1d552f64b67d3c12eca36a9 to your computer and use it in GitHub Desktop.
Save kutliev/fd8e391de1d552f64b67d3c12eca36a9 to your computer and use it in GitHub Desktop.
<div class="columns">
<div class="column is-two-thirds">
<h2 class="subtitle"><i class="fas fa-car"></i> Spots</h2>
<div>
<app-spotlist [spots] = "spots"></app-spotlist>
</div>
</div>
<div class="column">
<h2 class="subtitle"><i class="far fa-calendar-alt"></i> Last events</h2>
<div>
<app-eventlist [spotevents] = "spotEvents"></app-eventlist>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment