Category: Angular
Posts of Category: Angular
Posts of Category: Angular
Beginner's Guide to ngrx and Angular
Beginner's Guide to ngrx and Angular Introduction State management is a term that will always come to mind whenever dealing with an application data structure. The biggest problem in the development and mainte...Learn MoreAngulartypescriptAngular Form Validation
Angular Form Validation Introduction One of the most common features in any web application is providing a form to users to input some data. You use forms daily to log in, register, place orders, etc. Processin...Learn MoreJavaScriptAngularFormValidationAngular vs AngularJS – Difference between Angular and AngularJS
**Angular vs AngularJS – Difference between Angular and AngularJS** In this article, you will learn about the difference between Angular and AngularJS. Angular It is a very well known top front-end framework. I...Learn MoreJavaScriptAngularAngularJSAngular Best Practices – Make Angular Application Development Easier
**Angular Best Practices – Make Angular Application Development Easier** Making an Angular application is not enough. Keeping the code simple and well-maintained is equally important. For doing so, you need to ...Learn MoreDevelopmentJavaScriptAngularAngular vs React – Difference Between Angular and React
**Angular vs React – Difference Between Angular and React** If you are a web developer and stumbling around which platform should you choose for your next project, Angular or React? Then, you are at the correct...Learn MoreJavaScriptAngularReactSecure Your angular & spring boot application using keycloak
1. What is a keycloak? Keycloak it’s an open-source Identity and Access Management. This means he manages security from all its aspects. It is really a powerful tool, and I enjoyed using it. 2. Install keyclo...Learn MoreNewsSecurityAngularSpringSpring BootKeycloakYou Should ThrowYour Unit Tests Away
I don’t mean that you shouldn’t write unit tests. You definitely should. But you shouldn’t feel bad deleting unit tests when you have some that are no longer relevant. This usually happens due to refactoring, ...Learn MoreNewsAngulartestingtddAngular 8 Differential loading — behind the scene
If we look at the war of JavaScript frameworks and libraries the list is huge but the major 3 competitors are Angular, React and Vue. Although angular is a complete framework which has its own package for netw...Learn MoreJavaScriptNewsAngularsoftware developmentGoogleAngular Accessibility
Angular Accessibility Supporting Web A11y Standards in Angular Let’s talk about building accessible Angular applications. Why? Because Angular apps are awesome, but the amazing things Angular lets you do are ...Learn MoreProgrammingJavaScriptNewsAngulartypescriptAccessibilityHow to override ngx-charts tooltip styles with angular-material theme?
Photo by Markus Winkler on Unsplash In this article, we will see how we can use angular material with ngx-charts. What is ngx-charts? ngx-charts is the charting library built with angular and D3. It is used for...Learn MoreNewsAngularChartsMaterial DesignNgx ChartsAngular MaterialWith Best Practices from the Start
One of the highest priorities for Angular is to enable best practices from the start. We want you to feel comfortable building a large enterprise user interface the same way as creating a to-do app. We apply t...Learn MoreNewsAngularBest PracticeStrict TypingFull-stack application development with AngularJS 11 and Asp.Net MVC Core 5.0 — Creating and Consuming WebServices [part3/4]
Make sure you have read and completed the code defined in Part 1 and Part 2 of this series before you begin. In this article, I will create an HTTP web service that the Angular application can use to request d...Learn MoreMVCNewsAngularAngularJSAspnetcoreRepository Pattern