Skip to content

Instantly share code, notes, and snippets.

@EmonFan
EmonFan / dom.service.ts
Created March 17, 2021 21:26 — forked from caroso1222/dom.service.ts
Service to dynamically append Angular components to the body
import {
Injectable,
Injector,
ComponentFactoryResolver,
EmbeddedViewRef,
ApplicationRef
} from '@angular/core';
@Injectable()
export class DomService {