You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR in Error encountered resolving symbol values statically. Function calls are not supported. Consider replacing the function or lambda with a reference to an exported function (position 194:50 in the original .ts file), resolving symbol NgModule in /home/twanoo/GIT/bootstraping-ngx-admin-lte/node_modules/ngx-admin-lte/node_modules/@angular/core/core.d.ts, resolving symbol NgxAdminLteModule in /home/twanoo/GIT/bootstraping-ngx-admin-lte/node_modules/ngx-admin-lte/src/ngx-admin-lte.module.ts, resolving symbol NgxAdminLteModule in /home/twanoo/GIT/bootstraping-ngx-admin-lte/node_modules/ngx-admin-lte/src/ngx-admin-lte.module.ts
As it's a http loading, the "public" part of the path, is not visible.
So I think it should remain that way.
But I tried both ways and none of them fix the problem.
( FurtherMore I don't think than the TranslationService is working anymore [or at least, I dont see anymore the network requests that should load the dictionnaries...] )
The AOT compilation process fail with error:
ERROR in Error encountered resolving symbol values statically. Function calls are not supported. Consider replacing the function or lambda with a reference to an exported function (position 194:50 in the original .ts file), resolving symbol NgModule in /home/twanoo/GIT/bootstraping-ngx-admin-lte/node_modules/ngx-admin-lte/node_modules/@angular/core/core.d.ts, resolving symbol NgxAdminLteModule in /home/twanoo/GIT/bootstraping-ngx-admin-lte/node_modules/ngx-admin-lte/src/ngx-admin-lte.module.ts, resolving symbol NgxAdminLteModule in /home/twanoo/GIT/bootstraping-ngx-admin-lte/node_modules/ngx-admin-lte/src/ngx-admin-lte.module.ts
It's seems to come from the TranslateModule in this file:
https://github.com/TwanoO67/ngx-admin-lte/blob/develop/src/ngx-admin-lte.module.ts
if someone know how to fix that, any help will be very much appreciated :)
The text was updated successfully, but these errors were encountered: