Skip to content

Instantly share code, notes, and snippets.

@mkubdev
Created October 21, 2020 09:42
Show Gist options
  • Select an option

  • Save mkubdev/b25a3c707c671c93194e92af5bda7f03 to your computer and use it in GitHub Desktop.

Select an option

Save mkubdev/b25a3c707c671c93194e92af5bda7f03 to your computer and use it in GitHub Desktop.
<section class="page-section bg-light" id="portfolio">
<div *ngIf="page" class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">{{page.Name}}</h2>
<h3 class="section-subheading text-muted">How to build a simple blog in 10min with Strapi</h3>
</div>
<h4>{{page.content.Title}}</h4>
<div>{{page.content.Value}}</div>
<br/>
<app-post></app-post>
</div>
</section>
<router-outlet></router-outlet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment