-
Notifications
You must be signed in to change notification settings - Fork 53
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
Angular 19: Standalone defaults to true #183
Comments
I'm running into this issue too. I was looking at making a PR to address this but for whatever reason |
I'm working on this migration at the moment. #179 is open yet, but I haven't heard from the pull request creator for a while, so I assume that was abandoned. I'll ping you folks when I get that done. In the meantime, I would recommend you to use the approach as described in this issue comment #158 (comment) PS: Please feel free to ping me directly here. GitHub notifications are running kinda odd to me nowadays |
And I'm more than happy to announce that: it's alive! Please upgrade your projects to use @TomLBarden @GipHub123 @yurakis Closing this issue now. Thanks for raising that! |
Current version causes troubles with Angular 19v. Library's components are missing standalone -flag.
NgMocks released support for V19. I run tests cases and noticed following error.
" Unexpected "MockOfNgxSkeletonLoaderComponent" found in the "declarations" array of the "MockOfNgxSkeletonLoaderModule" NgModule, "MockOfNgxSkeletonLoaderComponent" is marked as standalone and can't be declared in any NgModule - did you intend to import it instead (by adding it to the "imports" array)? ?
Versions:
The text was updated successfully, but these errors were encountered: