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
Angular Universal: Server Side Rendering
Step 1: Add NzRangePicker into a page;
Step 2: Visit the Page which contains NzRangePicker in "Angular Universal Server Side Rendering";
Step 3: Node.js SSR render the page which contains NzRangePicker;
Step 4: Node.js console logs "ERROR ReferenceError: window is not defined at ng_zorro_antd_date_picker_NzPickerComponent.ngAfterViewInit"
What is expected?
Angular Universal: Server Side Rendering
There Should No "window is not defined" error.
What is actually happening?
Angular Universal: Server Side Rendering
ERROR ReferenceError: window is not defined at ng_zorro_antd_date_picker_NzPickerComponent.ngAfterViewInit
Environment
Info
ng-zorro-antd
9.3.0
Browser
Chrome, Angular Universal Express Engine
The text was updated successfully, but these errors were encountered:
Hello @emondora. We totally like your proposal/feedback, welcome to send us a Pull Request for it. Please fill the Pull Request Template here, provide documentation/test cases if needed and make sure CI passed, we will review it soon. Appreciate it advance and we are looking forward to your contribution!
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-ivy-1zmwds?embed=1&file=src/app/app.component.ts
Steps to reproduce
Angular Universal: Server Side Rendering
Step 1: Add NzRangePicker into a page;
Step 2: Visit the Page which contains NzRangePicker in "Angular Universal Server Side Rendering";
Step 3: Node.js SSR render the page which contains NzRangePicker;
Step 4: Node.js console logs "ERROR ReferenceError: window is not defined at ng_zorro_antd_date_picker_NzPickerComponent.ngAfterViewInit"
What is expected?
Angular Universal: Server Side Rendering
There Should No "window is not defined" error.
What is actually happening?
Angular Universal: Server Side Rendering
ERROR ReferenceError: window is not defined at ng_zorro_antd_date_picker_NzPickerComponent.ngAfterViewInit
The text was updated successfully, but these errors were encountered: