Quickly looking at the samples here for direction, i noticed that the standalone sample seems to be wrong, as it still uses ngModule.
I wouldve expected similar code compared to https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/how-to/create-a-standalone-pdf-viewer-in-angular-17-and-above-without-no-standalone-flag?cs-save-lang=1&cs-lang=ts
where you can see you have to add imports like
imports: [RouterOutlet, PdfViewerModule],
Quickly looking at the samples here for direction, i noticed that the standalone sample seems to be wrong, as it still uses ngModule.
I wouldve expected similar code compared to https://help.syncfusion.com/document-processing/pdf/pdf-viewer/angular/how-to/create-a-standalone-pdf-viewer-in-angular-17-and-above-without-no-standalone-flag?cs-save-lang=1&cs-lang=ts
where you can see you have to add imports like
imports: [RouterOutlet, PdfViewerModule],