About 15,500,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. 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.

  4. Use @ngx-translate in standalone components in Angular 17

    Jan 4, 2024 · Use @ngx-translate in standalone components in Angular 17 Asked 1 year, 11 months ago Modified 1 year, 2 months ago Viewed 25k times

  5. 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 …

  6. angular material - ngx-mat-datetime-picker not displaying time after ...

    Aug 29, 2023 · ngx-mat-datetime-picker not displaying time after migrating from angular12 to angular15 version Asked 2 years, 3 months ago Modified 1 year, 8 months ago Viewed 2k times

  7. Use angular component for ngx-datatable column - Stack Overflow

    Apr 20, 2020 · I use ngx-datatable a lot in my app and I would like to have some generic template for the column and their respective header. For now I have &lt;ngx-datatable #myTable XXX&gt; &lt;ngx-

  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. 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 …

  10. Newest 'ngx-datatable' Questions - Stack Overflow

    Apr 10, 2024 · Im using ngx-datatable to render a table, inside of which I am using angular material cdk drag-n-drop. The overall functionality works well except when the list is long.