Last active
May 28, 2022 10:35
-
-
Save nivrith/c0c7cc2ab219184edd559ea0044c8558 to your computer and use it in GitHub Desktop.
Importing NgxTeleportModule in your NgModule
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
import { NgxTeleportModule } from 'ngx-teleport'; | |
@NgModule({ | |
//... | |
imports: [ | |
//.. | |
NgxTeleportModule, | |
//.. | |
], | |
}) | |
export class ExampleModule {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment