
A short discussion on why to learn Angular and any other frameworks like Vue Js or react Js
Introduction to background of Angular and differences with current features
Demo for creating a new project via command line cli tool
Explore the Angular 7 boilerplate by running your app and understanding the entry point, including imports, modules, bootstrap, app module, and root component to render the initial view.
Thank you so much for watching this short tutorial, keep supporting and provide me feedbacks. I would keep improving each time.
I have attached a crud application with this video for you to download and play around.
This short course is designed to beginners having little idea of web applications and is based on a boilerplate project created by Angular 7 CLI. It introduces the versions of AngularJS to Angular2+. It also demonstrates the installation process to the first run of the app. Next, it tries to explain the folder structure and code from file to file.