-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to find app.module.ts #450
Comments
Facing this issue. Any solution in place? |
I have a similar problem, but in my case it says '/src/~/app.module.ts' could not be found. |
It seems that it probably can't read tsconfig custom paths. Howver, if I use a relative url in my main.ts (
|
@KingDarBoja Why did you close this issue? |
@steebchen Closed as the original post was too old and also there is a new version available at npm. If you still have a issue, I would recommend opening a new issue with reproduction steps or a sample repo to look at. I am working right now on the next release (#745) and I do wish to fix most common issues with these packages. Cheers! |
I'm submitting a...
In package
Current behavior
When trying to install the ng-toolkit in a ngx-rocket generated project.
It returns the following error:
When I try to run the following command:
I get following error:
PS: Works fine in a normal ng generated project
Expected behavior
The installation should not return error.
And we should be able to run
Minimal reproduction of the problem with instructions
Example repository
Demo PWA: https://github.com/vinayg-cp/demo-pwa.git
What is the motivation / use case for changing the behavior?
Need to make an ngx based project more SEO friendly.
Environment
The text was updated successfully, but these errors were encountered: