OpenSlides/client/src/app/shared/components/head-bar
Sean 820a47123a Fix malfunctions in Firefox ESR
Various cryptic issues that had no usefull debug output.

ngx-translates "translate" directive was causing Firefox ESR
to jump in the "drainMicroTaskQueue" infinite recursion when
using the directive in the same component as nGrid.

Therefore, I changed all uses of the translate directive
to the pipe (arround 700 or so, regex is my best friend now)

open todo: adjust the linter that we may never use the translate
directive again.

There was another cryptic issue with the current version
of exceljs which was also causing firefox to go crash
when loading a workbook object. It was sufficient to
have any Workbook() function declared in a module to cause
firefox to crash.
2020-04-06 20:36:24 +02:00
..
head-bar.component.html Reworked config 2019-10-21 13:45:06 +02:00
head-bar.component.scss Scale motion tiles by viewport size 2019-09-19 15:23:34 +02:00
head-bar.component.spec.ts New linting rules and ordering of imports 2019-07-30 09:53:14 +02:00
head-bar.component.ts Fix malfunctions in Firefox ESR 2020-04-06 20:36:24 +02:00