- Injectables
- RemarkTemplatesService
libs/core/ui/src/markdown-to-html/ngx-remark/remark-templates.service.ts
|
templates
|
Type : { }
|
Default value : {}
|
|
|
import { Injectable, TemplateRef } from '@angular/core';
@Injectable()
export class RemarkTemplatesService {
templates: { [nodeType: string]: TemplateRef<unknown> } = {};
}