You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of issue: when i do build, i got an error NG0203. I think i'm getting this error because when i run ng build, i do not get the paste ngx-pagination in dist.
Steps to reproduce: run ng build, everything looks okay, but my web site isn't working well
Expected result: run in build the same as i'm running when i do ng serve
The text was updated successfully, but these errors were encountered:
CastroSUPTIC
changed the title
When build project, do not create /dist/ngx-pagination
When build project, do not create /dist/ngx-pagination. Error: Uncaught (in promise): Error: NG0203
Sep 29, 2022
I'm not sure how related to this library this issue is. Double-check you have wired it up correctly as per the docs, and then if the issue persists, provide a bit more info, i.e. show the code that you believe is responsible for triggering this error.
Angular version: 14
ngx-pagination version: 3.0.1
Description of issue: when i do build, i got an error NG0203. I think i'm getting this error because when i run ng build, i do not get the paste ngx-pagination in dist.
Steps to reproduce: run ng build, everything looks okay, but my web site isn't working well
Expected result: run in build the same as i'm running when i do ng serve
Actual result: getting ng0203
Any relevant code:
Here's my angular.json and tsconfig.json
The text was updated successfully, but these errors were encountered: