Skip to content

Instantly share code, notes, and snippets.

@BharathRavi27
Last active September 12, 2020 15:37
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 BharathRavi27/593a7ba962a7d893830c1fd150cd5031 to your computer and use it in GitHub Desktop.
Save BharathRavi27/593a7ba962a7d893830c1fd150cd5031 to your computer and use it in GitHub Desktop.
<app-accordion>
<!-- to lazy load -->
<ng-template accordionBody>
<app-post></app-post>
</ng-template>
<!-- to eager load -->
<div accordionBody>
<app-post></app-post>
</div>
</app-accordion>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment