Getting Started
Writing content
API Documentation
Customization
Recipes
API References Develop
@ng-doc/app / Class

NgDocPageProcessorComponent

Decorators:@Component
Selectors:[ngDocPageProcessor]
Implements:OnChanges

Base processor class to create a processor directive that will be used to replace html nodes with an Angular component.

Properties

NameTypeDescription
afterRender
EventEmitter<void>
applicationRef
p r
ApplicationRef
customProcessors
NgDocPageProcessor<unknown>[]
elementRef
p r
ElementRef<HTMLElement>
html
SafeHtml
injector
p r
Injector
processors
NgDocPageProcessor<unknown>[]
renderer
p r
Renderer2
viewContainerRef
p r
ViewContainerRef

Methods

ngOnChanges()

implements OnChanges

No documentation has been provided.

Presentation
ngOnChanges({ html }: SimpleChanges): void;
Parameters
NameTypeDescription
{ html }
SimpleChanges
Returns
void