Md. Saiful Islam Bhuiyan
Md. Saiful Islam Bhuiyan
I wanted to show a pdf preview to user. I was using angular 7. Now angular 7 has Server Side Rendering(SSR) support. So I wanted to know whether it has...
Hi @hey24sheep there are two active PRs for [Angular 17](https://github.com/moribvndvs/ng2-idle/pull/200) and [Angular 18](https://github.com/moribvndvs/ng2-idle/pull/201) Can you review the PR whether it works and meets the requirements?
We faced the same issue, However importing ```MatDialogModule``` in ```MyFeatureComponent``` solves the issue. ``` @Component({ standalone: true, templateUrl: './my-feature.component.html', //Import MatDialigModule here imports: [MatDialogModule], }) ```
@moribvndvs If not major, I believe we could publish a minor version, As the bundle itself goes with the latest version of angular in the docs. In the future, newer...