Query Builder using Angular

 Hi All,

Initial Update: 09/08/2022

I am building a kind of SQL Query builder with nested statements and conditions using Angular and Typescript.

This is currently in development and completed yet.

I have used control value accessor interface available in angular with nested child components. The main idea is not mine at all also I have referred a blog to build this but I have changed as per my requirement, there is quite a few providers which offer angular components for these. But i decided to make it my own.

Here are my initial screenshots.

Screenshot 1:

Screenshot 2



JSON Structure for this:


I don't have the blog reference now, i missed it. I will try to include it in the next update if I find it.

The project is live. Please visit here: Query Builder 

I will add more features into it.


Thanks for reading.


Comments

  1. Angular bloggers are content creators and software developers who share knowledge, tutorials, best practices, and updates related to the Angular framework. Through blogs, articles, and technical guides, they help developers learn concepts such as components, services, dependency injection, routing, and state management. Their content ranges from beginner-friendly introductions to advanced topics, making Angular development more accessible to a wide audience. Many Angular bloggers also review new framework releases and explain how developers can adopt the latest features effectively.

    ReplyDelete

Post a Comment

Popular posts from this blog

Building a Login Flow with .NET MAUI

Generate PySpark Schema dynamically in Python from JSON Sample

Extract ZIP files in Azure Data Lake Storage using Python