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
Hi, I ran into the connection problem of your library for Yandex angular maps. Can you help solve the problem?
ERROR in Error encountered resolving symbol values statically. Calling function 'YaCoreModule', function calls are not supported. Consider replacing the function or lambda with a reference to an exported function, resolving symbol AppModule in /home/artem-123/workspace/bycard_mobile_front/src/app/app.module.ts, resolving symbol AppModule in /home/artem-123/workspace/bycard_mobile_front/src/app/app.module.ts
This error I get when building a build, but when working out everything is compiled normally, which is wrong? Here I am connecting:
import { YaCoreModule } from 'angular2-yandex-maps';
imports: [ YaCoreModule.forRoot() ],
What is my problem? Thank you!
The text was updated successfully, but these errors were encountered:
Hi, I ran into the connection problem of your library for Yandex angular maps. Can you help solve the problem?
ERROR in Error encountered resolving symbol values statically. Calling function 'YaCoreModule', function calls are not supported. Consider replacing the function or lambda with a reference to an exported function, resolving symbol AppModule in /home/artem-123/workspace/bycard_mobile_front/src/app/app.module.ts, resolving symbol AppModule in /home/artem-123/workspace/bycard_mobile_front/src/app/app.module.ts
This error I get when building a build, but when working out everything is compiled normally, which is wrong? Here I am connecting:
import { YaCoreModule } from 'angular2-yandex-maps';
imports: [ YaCoreModule.forRoot() ],
What is my problem? Thank you!
The text was updated successfully, but these errors were encountered: