About me
Kamil Abzalov
Frontend developer and mentor
My experience is 10+ years. I was creating websites with different CMS (WordPress, Drupal, Joomla, Opencart etc). At the end of 2017, I started working with AngularJS. Since 2018 I’ve been working with Angular. Besides, I like mentoring and have a personal youtube channel.
experience
completed projects
teams projects
Experience
- HTML5, CSS3, responsive design, CSS frameworks
- JavaScript, TypeScript
- Angular, Angular Material, NgRX
- React
Education
- Ministry of Industry & Information Technology (MIIT), 2007-2012
- Udemy, Coursera, O’Reilly
Contacts
- Email: mail@kamil-abzalov.com
Updating Angular and Creating Application Routes
In this tutorial, we'll cover two topics: first, how to update Angular, and then how to create app routes.To update Angular, run the command ng update <angular package name>. To find out the package name and check for available updates, first run ng update and...
Modern control flow in Angular (@if, @for, @switch)
In this tutorial, we’ll talk about the modern control flow in AngularIn previous versions of Angular, template control flow was based on structural directives such as *ngIf, *ngFor, and *ngSwitch. I covered it in an earlier lesson.The new control flow makes template...
Standalone components in Angular
In this lesson, we’ll take a closer look at standalone components (and other entities such as pipes and directives) in Angular. The standalone approach is one of the key global changes in the architecture of Angular applications. Standalone components eliminate the...




