Skip to main content

All Questions

Tagged with
3 votes
0 answers
653 views

Angular 17 Hydration failed to enable when serving the application

I upgraded angular 12 up to angular 17 and now I'm experiencing the following warning pop-up in my console when serving my angular application locally via ng serve. NG0505: Angular hydration was ...
Malstar's user avatar
  • 41
0 votes
1 answer
284 views

How to Configure proxy.config.json file with ssr server.ts file in angular version 17.3

I am using proxy.config.json to handle CORS errors in my app. However, the ssr server.ts file can't deal with this proxy config in development and as a result for all HTTP request its response is HTML ...
ahmed mostfa's user avatar
1 vote
0 answers
167 views

Angular 18 SSR fetches data from the server but does not populate HTML with the data

I am new to Angular, and I was working with Angular 18, for a project, I wanted to fetch some data from my CMS and then populate my HTML template with the CMS data. I created a service for this and ...
Yashasav Prajapati's user avatar
1 vote
0 answers
223 views

Angular 17: Primeng table is showing twice after provideClientHydration()

I am using angular 17 with provideClientHydration() if I disable the hydration my table is coming as expected but when I enable hydration, prime ng table rows are shown twice (duplicate rows below ...
Byte_eth's user avatar
0 votes
0 answers
55 views

error building angular v17.1.0 after installing angular-slickgrid v7.7.0

I have installed angular-slickgrid v7.7.0 and imported [AngularSlickgridModule] in the component.ts of new angular v17.1.0 project with SSR enabled and typescript v5.2.2. From the time I installed ...
Vijay Ande's user avatar
0 votes
0 answers
53 views

Angular canActivate guard block the updating meta tags

I have used routes with canActivate guard { path: "profile", loadComponent: () => import("./user/profile/profile.component").then(m => m.ProfileComponent), ...
Subha's user avatar
  • 74
0 votes
1 answer
189 views

Angular Code Input Component throwing "ERROR ReferenceError: document is not defined

I am using the following library angular-code-input . However, I encountered an error when a component loaded, which is using the Angular Code Input Component. The error message received is:" - ...
Philip Mutua's user avatar
  • 6,783
1 vote
1 answer
325 views

Getting error on importing Browser Module has already imported insted of commonModule, animationBrower also showing error when p dropdown open

NG05100: Providers from the `BrowserModule` have already been loaded. If you need access to common directives such as NgIf and NgFor, import the `CommonModule` instead. import { Component, OnInit } ...
Akash Singh Rawat 's user avatar
0 votes
0 answers
115 views

Angular ssr 17 with cloudflare, not found

I have a problem with angular ssr 17 with cloudflare, the application does not work but when I disable the temporary cache in cloudflare it starts working normally, do you know if there is any type of ...
Yamil Lazzari's user avatar
2 votes
0 answers
573 views

Angular 17 srr: vite Internal server error: Invalid URL

Even after a successful build, when I run ng serve --host: myIP, I'm getting this error. The intentions was to able to get a feel of the behavior of the app on mobile devices. 5:50:58 PM [vite] ...
jobson okosun's user avatar
1 vote
1 answer
1k views

How to handle Swiper 11 Web component events in Angular 17 SSR

I have this code working perfectly fine but I want to start using Swiper Webcomponent. How do I migrate this code to Swiper Webcomponent, specially, how to handle the events, Here, I have ...
Vijai S's user avatar
  • 151
3 votes
1 answer
2k views

Angular 17 & NgxMarkdown: Error: renderer 'ɵNgxMarkdownRendererExtendedForExtensions' does not exist

This angular app runs version 17 and has ssr included. Somehow when integrating ngx-markdown, this error message pops up: Error: renderer 'ɵNgxMarkdownRendererExtendedForExtensions' does not exist ...
jorit's user avatar
  • 127
2 votes
0 answers
224 views

Angular-V17-SSR-Dynamic require of "@ckeditor/ckeditor5-build-classic" is not supported

I have recently upgraded Angular version to 17. I have updated all the dependencies for @ckeditor but still facing this issue. Error is central-error-handler.ts:5 Error: Dynamic require of "@...
KARNAV PARGI's user avatar