Rajib Halder
Results
2
issues of
Rajib Halder
Is RecordRTC not compatible with Angular material and universal (SSR). Though with Angular material and CSR it is working fine. I added a conditional check isPlatformBrowser(platformId) for initializing recordRTC, but...
Below is my code snippets: @Component({ selector: 'app-epub-reader', template: '', styleUrls: ['./epub-reader.component.scss'] }) export class EpubReaderComponent implements OnInit, AfterViewInit { @ViewChild('area') area: ElementRef; book: any; constructor(public element: ElementRef) { }...