Open bougnat12 opened 1 year ago
Same issue with 15.4.0/15.4.1 releases. I'm stuck to 15.2.0 and cannot upgrade my application. It's really annoying. What is the state of this bug please?
Same issue with 16.0.0-rc.1 release too.
Still seeing this issue. I'll need to switch to highlight and I'm actively trying to not include more packages in our project. Please update when a fix is available.
Same issue with V16.3.1 and angular 16
removed here, no clear reason: https://github.com/primefaces/primeng/commit/53b344d3ee17d01ca4e09899ca441a1cd0ab92fe
Describe the bug
I updated my project from primeng 15.2.0 to 15.2.1 and had this issue:
Why this module has disappeared?
I have the same issue with the last 15.3.0 release.
Environment
Angular CLI 15.2.4, Angular 15.2.5. Here is the content of my
package.json
file:My
app.modules.ts
file:Reproducer
No response
Angular version
15.2.4
PrimeNG version
15.2.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.15.0
Browser(s)
No response
Steps to reproduce the behavior
Just run
yarn start
to compile and server my Angular app.Same issue with
yarn test-coverage
obviously.Expected behavior
I'd like to have the
CodeHighlighterModule
in the last primeng release.