I'm totally new to Angular (was a developer for many years and many years ago - Java, J2EE, JEE - did JSPs/servlets and JavaScript when in its infancy!) and just checking out the new front-end frameworks and Angular (aside from React) came as a top choice for UI web development. As I was browsing around, I saw a lot of manual scripting, HTML, tags, CLI just to create/generate a basic Anguar app (components, modules, etc). Is it possible to use an IDE and just drag-and-drop UI components on a canvas to quickly create the UI without having to type HTML, tags, etc? I have to believe that the answer is "yes" so I'm hoping that somebody can point me to a quick tutorial to just create a simple CRUD web app (I'm thinking Python Django as the server-side framework with Mongo as the datastore) where I can use the IDE to visually create my UI. I thank you in advance!