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
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
Exception: Call to Node module failed with error: Prerendering failed because of error: TypeError: _angular_core.InjectionToken is not a constructor at C:\XXX\ClientApp\dist\main-server.js:35055:42
What have I missed? My form setup worked perfectly when I was not using the JavaScriptServices starter for server side rendering.
The text was updated successfully, but these errors were encountered:
The problem that I am having is that I get a runtime error if I have a form in a component.
I am importing both FormsModule and ReactiveFormsModule.
My form looks like this...
The error I am getting is...
What have I missed? My form setup worked perfectly when I was not using the JavaScriptServices starter for server side rendering.
The text was updated successfully, but these errors were encountered: