About 8,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 …

  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 …

  3. Angular how to display Blob with ngx-extended-pdf-viewer

    Sep 29, 2022 · Angular how to display Blob with ngx-extended-pdf-viewer Asked 3 years ago Modified 5 months ago Viewed 3k times

  4. typescript - Angular 11 Module '"ngx-mask"' has no exported …

    Jan 27, 2023 · I ran npm i --save ngx-mask and it successfully installed version 15.0.2 (latest as of now), which I can verify in my package.json file. I attempted to import the module using the …

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

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

  6. angular - Problems with ngx-quill installation - Stack Overflow

    Mar 9, 2022 · Problems with ngx-quill installation Asked 3 years, 7 months ago Modified 1 year, 6 months ago Viewed 18k times

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

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

  9. What version of "ngx-bootstrap" should I install for "Angular 17"?

    Nov 16, 2023 · Here is the version I was trying to download ngx-bootstarp but didn't found any compatible version. I have google it but there was no information about it. I saw the list in the …

  10. How to have thousand separator and decimal separator at once in …

    I have an angular7 app in which i have an input on which i have to apply mask using ngx-mask. I have the input like this &lt;input matInput mask="separator.2" thousandSeparator="," …