Skip to content

Instantly share code, notes, and snippets.

@qz0010
qz0010 / dom.service.ts
Created January 8, 2021 03:48 — 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 {