[DURACOM-240] Assure the MathJax script has been registered before rendering

This commit is contained in:
Giuseppe Digilio
2024-03-21 09:46:14 +01:00
parent cfa2882a28
commit 418f07bbf2
4 changed files with 43 additions and 8 deletions

View File

@@ -13,6 +13,9 @@ import {
@Injectable({
providedIn: 'root',
})
/**
* Provide the MathService for SSR
*/
export class ServerMathService extends MathService {
protected isReady$: Subject<boolean>;