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
I am really struggling for a week now and I do not know what I am doing wrong. I am trying to combine your template with one of mine. I managed to get it done and make the app start with no errors, but the translation does not work.
In the html I get only the json tokens, but not what is in the json files(e.g. HOME_FEATURE_LIST_TITLE, not "What does this Starter offer?").
The problem is that I get "cannot read property "request" of null" in temporary-aspnetcore-engine.ts for
Hi,
I am really struggling for a week now and I do not know what I am doing wrong. I am trying to combine your template with one of mine. I managed to get it done and make the app start with no errors, but the translation does not work.
In the html I get only the json tokens, but not what is in the json files(e.g. HOME_FEATURE_LIST_TITLE, not "What does this Starter offer?").
The problem is that I get "cannot read property "request" of null" in temporary-aspnetcore-engine.ts for
{
provide: REQUEST,
useValue: options.request.data.request
}
I really don't know what I am doing wrong. Can you please help me?
My project is here https://github.com/dobrinsky/AngularDefault
The text was updated successfully, but these errors were encountered: