Closed ipetrovbg closed 6 years ago
@ipetrovbg, thanks for reporting the issue. Could it be related to this issue - https://github.com/telerik/kendo-angular/issues/1210 and more specifically https://github.com/telerik/kendo-angular/issues/1210#issuecomment-357226952?
Basically the described issue could occur if paths to the files are messed up. Could you try with the flat bundled packages https://github.com/telerik/kendo-angular/issues/1314#issuecomment-366292694? If the problem still persists, could share a repro demo (github repo will be great) that we can review locally?
Try downgrading to typescript 2.5.x to see if that helps. The latest 2.7 version is not supported by Angular or by us, even Angular 6 is locked at 2.6.x.
What project template are you using for server-side rendering? Is it the latest version?
@ggkrustev, I tried with flat bundled packages but it has no effect. Unfortunately I don't have enough time to setup a test repository with the problem. @tsvetomir, Ok, I will try with downgraded version.
What project template are you using for server-side rendering? Is it the latest version?
I'm not sure what you mean. I'm using node.js with express for server side.
@ipetrovbg, sorry I assumed a .NET Core project for no apparent reason.
I've set up a fork of universal-starter with the popup and dropdowns packages in it. Seems to work fine, can you take a look?
Thank you, @tsvetomir I clone your repo and its working. The reason for this error in my code base it has to be the wrong set up I guess. You can close the issue
Am facing issue after upgrading from angular5 to angular6
@shirinsheik this doesn't seem to be related. Please open a separate issue with more details.
This is my very first project on Angular 5 that I'm trying to use server side rendering, but I'm getting following error:
I'm not sure if this error is caused by kendo-angular-popup itself or by wrong compilation. When I inspect generated files I notice that ("services/dom.service") file does't exist. (https://www.screencast.com/t/qZYyjk0wBG)
I build my files by running
I'm using simple express setup
Package versions:
System: