Dear colleagues, how to correctly include mathjax (enable Markdown) in dc.title (title of publication)?
I used as an example item-page-abstract-field.component.ts
made a change to the files
item-page-title-field.component.ts
and
item-page-title-field.component.html
but any errors appears.
For example:
Error: src/app/item-page/simple/field-components/specific-field/title/item-page-title-field.component.ts:21:3 - error TS2377: Constructors for derived classes must contain a 'super' call.
21 constructor(
~~~~~~~~~~~~
22 public dsoNameService: DSONameService,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23 ) {
~~~~~
24 }
~~~
please tell me which files and variables need to be changed?
Best regards,
Alex