triniwiz / triniwiz/nativescript-plugins
'AccordionModule' does not appear to be an NgModule class.
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 87
- Forks
- 57
- Avg merge
- 1h 36m
- Merged PRs (30d)
- 4
Description
Hello,
I am on
"@angular/core": "14.2.0",
...
"@nativescript/angular": "14.2.5",
"@nativescript/appversion": "^2.0.0",
"@nativescript/core": "8.3.5",
And ngcc compiler gives this message:
'AccordionModule' does not appear to be an NgModule class.(-996002)
index.d.ts(27, 31): This likely means that the library (nativescript-accordion/angular) which declares AccordionModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.
Am I doing something wrong?
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 with the nativescript-accordion/angular package and the reported index.d.ts line 27, using the listed Angular 14.2.0 and NativeScript Angular 14.2.5 versions as the reproduction context. Check whether the library has been processed by ngcc or is compatible with Angular Ivy; done means AccordionModule is accepted without the reported compiler error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angular
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100