Skip to content
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 13 support #433

Closed
1 of 3 tasks
Michsior14 opened this issue Nov 12, 2021 · 1 comment · Fixed by #434
Closed
1 of 3 tasks

Angular 13 support #433

Michsior14 opened this issue Nov 12, 2021 · 1 comment · Fixed by #434
Labels

Comments

@Michsior14
Copy link
Contributor

Michsior14 commented Nov 12, 2021

For support questions, please consider using Gitter - Chat

I'm submitting a ...

  • bug report

  • feature request

  • question about the decisions made in the repository

  • If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem

  • What is the expected behavior?
    Support for Angular 13

  • What is the motivation / use case for changing the behavior?
    With the current version the tests in jest can't be performed because of the following error:
    EDIT: Works well after removal of node_modules and installing it again.

Unexpected value 'Angulartics2Module' imported by the module 'DynamicTestModule'. Please add an @NgModule annotation.

    at verifySemanticsOfNgModuleDef (../../node_modules/@angular/core/fesm2020/<stdin>:24179:19)
    at ../../node_modules/@angular/core/fesm2020/<stdin>:24190:9
        at Array.forEach (<anonymous>)
    at verifySemanticsOfNgModuleDef (../../node_modules/@angular/core/fesm2020/<stdin>:24188:60)
    at Function.get (../../node_modules/@angular/core/fesm2020/<stdin>:24150:21)
    at R3TestBedCompiler.applyProviderOverridesToModule (../../node_modules/@angular/core/fesm2015/<stdin>:1055:29)
    at R3TestBedCompiler.compileTestModule (../../node_modules/@angular/core/fesm2015/<stdin>:1303:14)
    at R3TestBedCompiler.finalize (../../node_modules/@angular/core/fesm2015/<stdin>:909:14)
    at TestBedRender3.get testModuleRef [as testModuleRef] (../../node_modules/@angular/core/fesm2015/<stdin>:1779:49)
    at TestBedRender3.inject (../../node_modules/@angular/core/fesm2015/<stdin>:1702:29)
    at ../../node_modules/@angular/core/fesm2015/<stdin>:1711:45
        at Array.map (<anonymous>)
    at TestBedRender3.execute (../../node_modules/@angular/core/fesm2015/<stdin>:1711:31)
    at ../../node_modules/@angular/core/fesm2015/<stdin>:2512:24
    at ZoneDelegate.Object.<anonymous>.ZoneDelegate.invoke (../../node_modules/zone.js/bundles/zone-testing-bundle.umd.js:407:30)
    at ProxyZoneSpec.Object.<anonymous>.ProxyZoneSpec.onInvoke (../../node_modules/zone.js/bundles/zone-testing-bundle.umd.js:3765:43)
    at ZoneDelegate.Object.<anonymous>.ZoneDelegate.invoke (../../node_modules/zone.js/bundles/zone-testing-bundle.umd.js:406:56)
    at Zone.Object.<anonymous>.Zone.run (../../node_modules/zone.js/bundles/zone-testing-bundle.umd.js:167:47)
    at Object.wrappedFunc (../../node_modules/zone.js/bundles/zone-testing-bundle.umd.js:4250:34)
  • Environment:

please run the following and copy the output

./node_modules/.bin/ng --version
scttcper pushed a commit that referenced this issue Dec 4, 2021
BREAKING CHANGE: support for angular 13

fixes: #433
@github-actions
Copy link

github-actions bot commented Dec 4, 2021

🎉 This issue has been resolved in version 12.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant