About 7,690,000 results
Open links in new tab
  1. 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 …

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

  4. angular - Editing ngx-datatable styling issues - Stack Overflow

    I'm following the themeing setup for ngx-datatable. First I npm installed ngx-datatable 10.4.0 since this is compatible with Angular 4 and an earlier version of rxjs. My problem is with the styli...

  5. How to fix ngx data table column width with column mode is 'force'

    Oct 20, 2020 · Learn how to fix column width in ngx-datatable when using 'force' mode.

  6. ngx-datatable - custom columns with action buttons

    Jun 14, 2019 · I have a table (ngx-datatable) in which I want to define an "actions" column in which buttons will then be placed for CRUD operations. Creating the column and placing the …

  7. 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, 4 months ago Modified 1 year, 9 months ago Viewed 2k times

  8. Newest 'ngx-extended-pdf-viewer' Questions - Stack Overflow

    Mar 18, 2025 · I'm using ngx-extended-pdf-viewer and I want to catch the download event, right now the library support (pdfDownloaded) but this fires when a user click on download icon and …

  9. Adding LUA module to nginx - Stack Overflow

    load_module "ngx_http_lua_module.so" The package name may vary, the above file name is derived from an ubuntu 18.04 installation from package. (Usually you find your modules in …

  10. Ngx-datatable set column width dynamically - Stack Overflow

    Jan 12, 2018 · I'm storing the column widths of my ngx-datatable inside a database. I get these values using an AJAX call. How can I set these values for the datatable? What I've tried: …