-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Could not read Angular module file: /src/null.ts (Standalone) or /src/[object Object].ts (ng modules) #3239
Comments
I got the same issue while adding nebular theme with a fresh angular 17 project, hope they fix it asap. |
Doing this commudle/nebular@ |
Angular 17, standalone (without app.modules.ts): Got it to work with the manually installation: https://akveo.github.io/nebular/docs/guides/install-nebular#manually And adding the modules in app.config.ts. Looks something like this:
In angular.json add the css from the theme you want:
|
Any updates here? |
I've tried, doesn't work for me :( |
@luhoviy do you have a public repo? Maybe I can take a quick look at it. |
Issue type
Issue description
Current behavior:
I'm not able to add @nebular/theme 13.0.0 to a fresh angular 17 project.
After the add I get the error message:
Could not read Angular module file: /src/null.ts
(Standalone)Could not read Angular module file: /src/[object Object].ts
(Module)The packages installing successfully, but the rest of the installation fails
Expected behavior:
Adding @nebular/theme without error message
Steps to reproduce:
Other information:
npm, node, OS, Browser
Angular, Nebular
The text was updated successfully, but these errors were encountered: