Everything about Angular.

  • Integrating Ethers.js with Angular: Short Web3 Angular tutorial
    Integrating Ethers.js with Angular: Short Web3 Angular tutorial

    Introduction to Web3 and Angular As blockchain technology continues to evolve, integrating Web3 functionalities into modern web applications has become a crucial skill for developers. Angular, one of the leading web development frameworks, provides a robust structure for building scalable and maintainable applications. Combining Angular with Ethers.js, a popular library for interacting with the Ethereum […]

  • Angular 18: How to Remove Zone.js
    Angular 18: How to Remove Zone.js

    Introduction to Zone.js The release of Angular 18 marks a pivotal shift in the framework’s architecture with the optional removal of Zone.js, offering developers more control over performance optimization and change detection mechanisms. This update reflects Angular’s ongoing commitment to providing more flexibility and enhancing the developer experience and significantly changes how Angular works under […]

  • Angular Material | Change Color of the Checkbox (mat-checkbox) – Outline Example
    Angular Material | Change Color of the Checkbox (mat-checkbox) – Outline Example

    Introduction It has been pretty challenging for me to style Angular Material Checkbox. The selector for the checkbox is mat-checkbox and it only offers the color input parameter. For my use case, I needed to make an outline variation of the checkbox. Hence, I had to change background color and the inner checkbox to satisfy […]

  • How Angular Works Under the Hood?
    How Angular Works Under the Hood?

    Angular is a popular front-end web development framework that provides developers with a powerful and intuitive platform for building modern web applications. It’s a comprehensive framework that includes a wide range of features and tools, including data binding, dependency injection, and component-based architecture. In this blog post, we’ll take a deep dive into how Angular […]

  • Angular and Artificial Intelligence
    Angular and Artificial Intelligence

    Angular is a widely popular web application framework developed and maintained by Google. It is a powerful and robust platform for building web applications, particularly single-page applications (SPAs), with ease. On the other hand, Artificial Intelligence (AI) is a field of computer science that aims to create intelligent machines that can think and learn like […]

  • Common Pitfalls when using Angular
    Common Pitfalls when using Angular

    Angular 2+ is a popular framework for building dynamic web applications. However, with any complex software, there are certain pitfalls that developers should be aware of to ensure their projects are successful. In this blog post, we’ll highlight some of the most common Angular pitfalls and how to avoid them. Angular Pitfalls Conclusion End on […]

  • Angular vs Vue: Which framework should you choose?
    Angular vs Vue: Which framework should you choose?

    Angular vs Vue.js: They are both popular JavaScript frameworks for building web applications. Angular is a full-featured, fully-integrated framework, while Vue.js is a more lightweight and flexible library for building user interfaces. Angular A complete, full-featured framework developed and maintained by Google. It provides a solid foundation for building complex, large-scale applications, and includes a […]

  • Angular 15: What’s New in this Release?
    Angular 15: What’s New in this Release?

    It is finally here! New major Angular 15 version with many new features is here, as planned. This time, Angular team delivered some important bug fixes and tools to make our programming day job much simpler. There are some performance improvements as well, so let’s get started in listing only the biggest changes one by […]

  • Angular Chart.js: How to implement Line Chart and Bar Chart
    Angular Chart.js: How to implement Line Chart and Bar Chart

    Chart.js is an open-source JavaScript library that renders in HTML5 canvas. It is used to create HTML-based charts. This library was launched in 2013 by Nick Downie. Currently, it is the most popular charting library in 2022. In this post, I will talk about Angular Chart.js integration. Preparing your Angular app Do you already have […]

  • Ionic Angular: Advantages and disadvantages of Ionic
    Ionic Angular: Advantages and disadvantages of Ionic

    You want to use ionic framework on your next project and you want to see some advantages and disadvantages of Ionic Angular framework? By the end of this article, you will have a basic knowledge about the ionic framework. I will try to cover ionic in a very simple and intuitive way, so you can […]