About 9,240,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. Issue with @swimlane/ngx-datatable after upgrading to the latest ...

    Mar 7, 2025 · I recently upgraded my Angular project to Angular 19 and updated @swimlane/ngx-datatable to the latest version since version 20.0.0 was not supported. However, after the …

  4. typescript - Angular 18 how to display injected file with ngx …

    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.

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

    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 433 times

  6. How to configure ngx-logger in standalone components (Angular …

    Sep 29, 2024 · I want to use ngx-logger for logging errors, warnings and Inf to server. I have seen multiple articles about ng-logger in modular patterns and there are no references to how to use …

  7. monaco-yaml integration with ngx-monaco-editor-v2

    Aug 18, 2024 · Using Angular 18 (with standalone modules). The monaco module used is ngx-monaco-editor-v2. The goal is for the editor to check YAML code against a JSON schema. …

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

  9. angular material - ngx-mat-datetime-picker not displaying time …

    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, 9 months ago Viewed 2k times

  10. 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 "Component imports …