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
Is it correct that the option value in loader should be exactly the same as in tsconfig.json? If that's true, would you be ok with a PR adding such clarification to the doc?
If that's not correct, could you please explain a bit more the rationale? Is application directory the path where package.json and others are located? Or the path where source code entry point is located? Or else?
Thanks a lot
The text was updated successfully, but these errors were encountered:
@GiuseppePiscopo You're correct. I recently merged in some changes so the two genDir values could match but didn't update the docs yet. I would definitely be ok with a PR clarifying that.
In options doc page it is mentioned that if you set the
angularCompilerOptions.genDir
option intsconfig.json
, then thegenDir
option in loaderJust expanding on example provided in docs, the structure (after an AOT build) should look like:
Is it correct that the option value in loader should be exactly the same as in
tsconfig.json
? If that's true, would you be ok with a PR adding such clarification to the doc?If that's not correct, could you please explain a bit more the rationale? Is application directory the path where
package.json
and others are located? Or the path where source code entry point is located? Or else?Thanks a lot
The text was updated successfully, but these errors were encountered: