mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 22:43:03 +00:00
[DURACOM-240] Assure the MathJax script has been registered before rendering
This commit is contained in:
@@ -13,6 +13,9 @@ import {
|
||||
@Injectable({
|
||||
providedIn: 'root',
|
||||
})
|
||||
/**
|
||||
* Provide the MathService for SSR
|
||||
*/
|
||||
export class ServerMathService extends MathService {
|
||||
|
||||
protected isReady$: Subject<boolean>;
|
||||
|
Reference in New Issue
Block a user