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

    Sep 13, 2019 · In general what is NGX. I always see it with module names in Angular, what is it and what does it do.

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

    May 3, 2017 · 277 ng-bootstrap and ngx-bootstrap are two different projects by two different project teams that are trying to accomplish more or less the same thing - allowing you to use …

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

  4. How to use Quilljs Editor in Angular 15 Project - Stack Overflow

    Apr 20, 2023 · I have trouble integrating a quilljs editor in my angular 15 web project. I firstly installed the dependencies with the following commands, which worked fine: npm install ngx …

  5. How can I customize date and time format in ngx-mat-datetime …

    Jul 7, 2020 · How can I customize date and time format in ngx-mat-datetime-picker? Asked 4 years, 11 months ago Modified 1 year ago Viewed 30k times

  6. How to get ngx-toastr to close in angular 17.3.8 (standalone) with …

    Sep 11, 2024 · ngx-toastr Will not close in angular 17.3.8 (standalone) with SSR Steps to reproduce: Create Application with Angular CLI version 17.3.8 npx @angular/cli@17.3.8 new …

  7. Angular ngx-translate usage in typescript - Stack Overflow

    Angular ngx-translate usage in typescript Asked 7 years, 10 months ago Modified 3 years, 1 month ago Viewed 97k times

  8. How to set secure flag in my cookie using ngx-cookie-service for ...

    Funny thing to note. If, using ngx-cookie-service, you try to place a secure flag like so this.cookieService.set('name', value, path, domain, secureFlag), chrome will not allow it. Tryed …

  9. ngx-bootstrap How to open a modal from another component?

    Oct 12, 2017 · ngx-bootstrap How to open a modal from another component? Asked 7 years, 8 months ago Modified 3 years, 10 months ago Viewed 36k times

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