Created
May 28, 2022 10:24
-
-
Save nivrith/44d40c2df5c778e0ea4b08d5ff98bc91 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--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