Skip to content

Instantly share code, notes, and snippets.

@nivrith
Last active May 28, 2022 10:35
Show Gist options
  • Save nivrith/c0c7cc2ab219184edd559ea0044c8558 to your computer and use it in GitHub Desktop.
Save nivrith/c0c7cc2ab219184edd559ea0044c8558 to your computer and use it in GitHub Desktop.
Importing NgxTeleportModule in your NgModule
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