About 11,300,000 results
Open links in new tab
  1. What does NGX stand for, what is it used for? - Stack Overflow

    Sep 13, 2019 · NGX is just a common naming style used in the Angular world. It doesn’t stand for anything officially, but people often use it to mean " Angular Extensions " or just to show that a library …

  2. angular - What is the difference between "ng-bootstrap" and "ngx ...

    May 3, 2017 · What is the difference between ng-bootstrap and ngx-bootstrap? Are they related to each other? Or are they simply concurrent implementations? Has someone worked with them both and …

  3. typescript - Angular 18 how to display injected file with ngx-extended ...

    Jul 21, 2025 · I'm currently stuck with the pdf view using ngx-extended-pdf-viewer (version 24.2.4). I'm currently using material dialogs and passing the file to it, from one dialog to another.

  4. ngx-bootstrap doesn't support moduleless approach

    Jan 28, 2025 · I just tried installing ngx-bootstrap into an Angular 19 project which has standalone components by default: E:\\Code\\angular-app>ng add ngx-bootstrap Determining Package …

  5. Angular 19 + ngx-extended-pdf-viewer: Dynamically loaded PDFs fail …

    Jul 1, 2025 · Angular 19 + ngx-extended-pdf-viewer: Dynamically loaded PDFs fail to render but work with static paths Asked 5 months ago Modified 5 months ago Viewed 427 times

  6. Newest 'ngx-bootstrap' Questions - Stack Overflow

    Aug 7, 2025 · How to set ngx-bootstrap bsDatepicker withTimepicker to use 24-hour format (disable showMeridian)? I'm using ngx-bootstrap's <input bsDatepicker> with the withTimepicker: true option.

  7. Newest 'ngx-quill' Questions - Stack Overflow

    Aug 24, 2024 · I am using ngx-quill : 19.0.1 and when there are more than 4 paragraphs inside the editor the paste events causes the scroll to jump to the top and stay there. I came accross ngx-quill-paste …

  8. angular - ngx-translate how to test components - Stack Overflow

    Nov 19, 2018 · I've got an application which uses this library. How do I test components with it? I DO NOT WANT TO TEST THE LIBRARY. I just need to start tests of my component without multiple …

  9. Is there a way to use ngx-spinner in standalone angular apps?

    Dec 14, 2023 · How do I use ngx-spinner in my standalone angular app ? There's no app.module to import it. I can't import it in the component itself because I get &quot;Component imports must be …

  10. Using ngx-webstorage with Angular 17 - Stack Overflow

    Dec 22, 2023 · I started working with Angular 17. As per recommendation, I went with a no app.module. Now, I am trying to use ngx-webstorage and for a StateStorageService I used this in earlier version …