mgechev / mgechev/ngx-quicklink
Angular 13.2.5 causes: Type QuicklinkModule does not have 'ɵmod' property
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 757
- Forks
- 43
- PR merge metrics
- No merged PRs in 30d
Description
After upgrading to Angular 13.2.5 the following Error occurs:
(13.2.4 works fine)
Uncaught Error: Type QuicklinkModule does not have 'ɵmod' property.
at getNgModuleDef (core.mjs:1139:1)
at recurse (core.mjs:21757:1)
at recurse (core.mjs:21768:1)
at registerNgModuleType (core.mjs:21753:1)
at new NgModuleFactory (core.mjs:21875:1)
at compileNgModuleFactory (core.mjs:25895:1)
at PlatformRef.bootstrapModule (core.mjs:26126:1)
at Module.35031 (main.ts:12:4)
at __webpack_require__ (bootstrap:19:1)
at __webpack_exec__ (lib|domino:1:1)
"ngx-quicklink": "0.2.7",
> NX Report complete - copy this into the issue template
Node : 16.13.2
OS : darwin x64
pnpm : 6.32.2
nx : 13.8.4
@nrwl/angular : 13.8.4
@nrwl/cli : 13.8.4
@nrwl/cypress : 13.8.4
@nrwl/detox : undefined
@nrwl/devkit : 13.8.3
@nrwl/eslint-plugin-nx : 13.8.4
@nrwl/express : 13.8.4
@nrwl/jest : 13.8.4
@nrwl/js : 13.8.4
@nrwl/linter : 13.8.4
@nrwl/nest : undefined
@nrwl/next : undefined
@nrwl/node : 13.8.4
@nrwl/nx-cloud : undefined
@nrwl/react : undefined
@nrwl/react-native : undefined
@nrwl/schematics : undefined
@nrwl/storybook : 13.8.4
@nrwl/tao : 13.8.4
@nrwl/web : undefined
@nrwl/workspace : 13.8.4
typescript : 4.5.5
rxjs : 7.5.4
---------------------------------------
Community plugins:
@angular/animations: 13.2.5
@angular/cdk: 13.2.5
@angular/common: 13.2.5
@angular/compiler: 13.2.5
@angular/core: 13.2.5
@angular/forms: 13.2.5
@angular/material: 13.2.5
@angular/material-date-fns-adapter: 13.2.5
@angular/platform-browser: 13.2.5
@angular/platform-browser-dynamic: 13.2.5
@angular/router: 13.2.5
@taiga-ui/core: 2.36.0
@tkppensioen/tkp-ddm-lib: 3.2.18
apollo-angular: 2.6.0
ngx-extended-pdf-viewer: 11.2.0
@angular-devkit/build-angular: 13.2.5
@angular/cli: 13.2.5
@angular/compiler-cli: 13.2.5
@jscutlery/semver: 2.20.0
@storybook/angular: 6.4.19
@testing-library/angular: 11.0.3
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the upgrade from Angular 13.2.4 to 13.2.5 with ngx-quicklink 0.2.7, then inspect the bootstrap entry point named in the stack trace: main.ts. Completion means Angular 13.2.5 bootstraps without the QuicklinkModule ɵmod error; the payload names no repository test or implementation file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angular, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100