Skip to content

Instantly share code, notes, and snippets.

@reed-lawrence
reed-lawrence / dom.service.ts
Last active July 7, 2022 18:37 — forked from caroso1222/dom.service.ts
Service to dynamically append Angular components to the body
import {
Injectable,
Injector,
ComponentFactoryResolver,
EmbeddedViewRef,
ApplicationRef,
ComponentRef
} from '@angular/core';
@Injectable()