Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

angular5

How can I get all the rows of ag-grid?

August 29, 2023 by Tarik

I don’t think there is such a method but you can make your own: getAllRows() { let rowData = []; this.gridApi.forEachNode(node => rowData.push(node.data)); return rowData; }

Categories angular5 Tags ag-grid, angular5 Leave a comment

In Angular, how to remove the current route from history on navigation?

May 10, 2023 by Tarik

You can use angular routers replaceUrl flag to do this. See api docs for more details here this.router.navigate([‘/view’], { replaceUrl: true });

Categories angular5 Tags angular-routing, angular5 Leave a comment

Angular 6 – Why use @ngrx/store rather than service injection

December 2, 2022 by Tarik

I think you should read those two posts about Ngrx store: Angular Service Layers: Redux, RxJs and Ngrx Store – When to Use a Store And Why? Ngrx Store – An Architecture Guide If the first one explains the main issues solved by Ngrx Store, it also quote this statement from the React How-To “that … Read more

Categories angular5 Tags angular5, angular6, ngrx-store, state-management Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa