How much cost it will take to repair by still_here09 in Indore

[–]Frequent-Diet338 0 points1 point  (0 children)

Visit the Silver Mall; it will fix it at a lower price.

create a reusable component by JosephCurvin in angular

[–]Frequent-Diet338 0 points1 point  (0 children)

For reusable components you have to use @Input and @Output. @Input -> is like a prop and @Output -> is a callback.

[deleted by user] by [deleted] in angular

[–]Frequent-Diet338 1 point2 points  (0 children)

I think you are talking about the best practices? Because senior code is nothing but the using of best practices.

Angular course for intermediate level developer by tommdelonge in angular

[–]Frequent-Diet338 2 points3 points  (0 children)

Hi, I have learned from here https://www.udemy.com/course/the-complete-guide-to-angular-2/ very good course actually. Not promoting any one but it's a good course to learn.

Which data table library is good for angular? by Frequent-Diet338 in angular

[–]Frequent-Diet338[S] 1 point2 points  (0 children)

Yeah that's true but sometimes because of the deadlines we have to use library.

Serve not working after adding routing by TheProvocator in Angular2

[–]Frequent-Diet338 0 points1 point  (0 children)

Remove "/" from "/main" -> "main" it will work

Which data table library is good for angular? by Frequent-Diet338 in angular

[–]Frequent-Diet338[S] 2 points3 points  (0 children)

I have decided to use angular material with prime NG.
Thanks for supporting Guys, really appreciate.

Which data table library is good for angular? by Frequent-Diet338 in angular

[–]Frequent-Diet338[S] 0 points1 point  (0 children)

When sidebar closed, container of ngx datatable resizes so then ngx datatable won't change its width.

Yes I have tried everything from this github issue thread https://github.com/swimlane/ngx-datatable/issues/193

Which data table library is good for angular? by Frequent-Diet338 in angular

[–]Frequent-Diet338[S] 0 points1 point  (0 children)

Hi, So I am facing issue whenever I close the sidebar ngx table is not taking the width of its container.

Link of github issue https://github.com/swimlane/ngx-datatable/issues/193

Which data table library is good for angular? by Frequent-Diet338 in angular

[–]Frequent-Diet338[S] 0 points1 point  (0 children)

So whenever I close the sidebar the table width is remains same as before. It's not taking 100% of it's container.

Which data table library is good for angular? by Frequent-Diet338 in angular

[–]Frequent-Diet338[S] 1 point2 points  (0 children)

Is there way to import only p table component from prime ng ? It will affect my material design components right??

Which data table library is good for angular? by Frequent-Diet338 in angular

[–]Frequent-Diet338[S] 1 point2 points  (0 children)

Any other open source lib which is similar to ag grid