Learn Angular 10 from basics to Advanced
- Angular project setup from scratch,
Angular installation error and fix explained. - How Angular application works?
- Angular components explained.
- Binding in Angular
- Two way data binding
- What is bootstrap, how to add Bootstrap and Jquery to Angular project
- Directives in Angular
- ngFor usage in Angular with step by step explanation
- Hide and Show (toggle) elements inside ngFor in Angular
Interview questions covered in all videos. - Services in Angular
- Learn JSON
- TypeScript
- ECMAScript full crash course
Here is the link to full Anagular Playlist
#Angular #angular10 #bootstrap #webdevelopment #jquery
Angular project setup from scratch
https://youtu.be/brrFu8mpp_k
2. Angular application architecture
How Angular Application works?
Explained about how angular application works step by step with flow .
When you create first project then you will find below mentioned important files in your project root folder, src folder and app folder.
1. angular.json ( in earlier version it was angularcli.json)
2. main.ts,
3. app.module.ts
4. app.componen.ts
5. index.html
3. What Is an Angular Component? Components are like the basic building block in an Angular application. Components are defined using the @component decorator. A component has a
selector, template, style and other properties, using which it specifies the metadata required to process the component
4. Data binding in Angular
Explained about
* What is Binding
* Binding using String interpolation
* Property Binding
* Event Binding
5. Two way Binding
* Two way data binding in Angular 10
* How Two Way Binding works
#angular #twowaydatabinding #javascript #interviewquestions
#angular #service #beginners #javascript
7. Angular Directives
Angular Tutorial : Directives in Angular
Explained about
* What is Directives in Angular 10
* What are Attribute Directives
* What are Structural Directives
* ngClass
* ngIf
*ngStyle
Here below is our 16th video that crossed 1K+ Views@CodeWellTech
Web/Fullstack Development Tutorial
Angular Part 9 : Hide & Show elements inside ngFor in Angular 10 with source code| Most asked Angular Interview Questions and answers
In Video
* How to Hide and Show content or elements inside ngFor directive
* 3 Ways to hide and Show elements
#angular #toggle #ngfordirective #interview #IQ #Angularinterquestionsandanswers #CodeWelltech
Service in Angular | Why & What is Service in Angular
Explained About
* What is the need of service in Angular ?
* What is Service in Angular ?
* How to Create & Consume Service
..Will be adding more information soon.