Category: Angular
Posts of Category: Angular
  1. 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 More
    Angulartypescript
  2. Angular 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 More
    JavaScriptAngularFormValidation
  3. Angular 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 More
    JavaScriptAngularAngularJS
  4. Angular 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 More
    DevelopmentJavaScriptAngular
  5. Angular 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 More
    JavaScriptAngularReact
  6. Secure 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 More
    NewsSecurityAngularSpringSpring BootKeycloak
  7. You 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 More
    NewsAngulartestingtdd
  8. Angular 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 More
    JavaScriptNewsAngularsoftware developmentGoogle
  9. Angular 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 More
    ProgrammingJavaScriptNewsAngulartypescriptAccessibility
  10. How 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 More
    NewsAngularChartsMaterial DesignNgx ChartsAngular Material
  11. With 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 More
    NewsAngularBest PracticeStrict Typing
  12. Full-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 More
    MVCNewsAngularAngularJSAspnetcoreRepository Pattern