References
- Add sorting, filtering, and paging – ASP.NET MVC with EF Core: https://learn.microsoft.com/en-us/aspnet/core/data/ef-mvc/sort-filter-page
- Bootstrap official website: https://getbootstrap.com
- Angular Material official website: https://material.angular.io/
- Angular Material GitHub repository: https://github.com/angular/components
- Angular Material typography: https://material.angular.io/guide/typography
- Angular BrowserAnimationsModule: https://angular.io/api/platform-browser/animations/BrowserAnimationsModule
- Angular animation system: https://angular.io/guide/animations
- Angular Material – table overview: https://material.angular.io/components/table/overview
- Angular – ViewChild: https://angular.io/api/core/ViewChild
- System.Linq.Dynamic.Core project page on GitHub: https://github.com/StefH/System.Linq.Dynamic.Core
- LINQ overview: https://learn.microsoft.com/en-us/dotnet/csharp/linq/
- LINQ...