Skip to content

Instantly share code, notes, and snippets.

@sebastienlevert
Created December 3, 2017 18:15
Show Gist options
  • Save sebastienlevert/b523cb7fc587ac3230047b5c179bb50d to your computer and use it in GitHub Desktop.
Save sebastienlevert/b523cb7fc587ac3230047b5c179bb50d to your computer and use it in GitHub Desktop.
<div class="helloWorld">
<div class="container">
<div class="row">
<div class="column">
<span class="title">Welcome to SharePoint!</span>
<ul>
<li *ngFor="let list of lists | async">
{{ list.Title }}
</li>
</ul>
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment