Skip to content

Instantly share code, notes, and snippets.

@nivrith
Created May 28, 2022 10:24
Show Gist options
  • Save nivrith/44d40c2df5c778e0ea4b08d5ff98bc91 to your computer and use it in GitHub Desktop.
Save nivrith/44d40c2df5c778e0ea4b08d5ff98bc91 to your computer and use it in GitHub Desktop.
<!--This can be anwhere in your App-->
<ngx-teleport to="destination">
<stuff>...</stuff>
</ngx-teleport>
<!--This can be anwhere in your App-->
<ngx-teleport-outlet name="destination">
</ngx-teleport-outlet>
<!--content will be rendered here-->
<stuff>...</stuff>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment