This is a concise, complete overview of the key aspects of Angular (including all version). It is fully up to date with the latest release of Angular.
In this article, I have covered the Angular 6 complete step-by-step with example.
This article provide all the important aspects required for angular developers looking for brief and useful content for frequently asked Angular Questions.
In this article, I have covered the Angular 6 complete step-by-step with example.
2. Architecture
3. Components
4. Directives
8. NgModules
10. HttpClient
11. Services
12. Pipes
14. Angular Compiler
15. Service Workers
16. Server Side Rendering (Angular Universal)
17. Security
18. Cookies
19. Testing
Fundamental Concepts of Angular
Angular Components
What Are Components? | What Is an Entry Component? |
When do I add components to entryComponents? | Why does Angular need an EntryComponents? |
Angular Modules
Angular Elements
What's Angular Elements? | What Is Modular View Engine Architecture? |
Angular Directives and Decorators
What Is Angular Directives? | What Are Angular Decorators? |
What are the differences between @Component and @Directive? | How to Create Custom Directives? |
Angular Compiler and Ivy Renderer
What Is Compiler? Why we need compilation? | What Is the difference between JIT compiler and AOT compiler? |
What is Ivy Renderer? | What Angular is doing with Bazel Compiler? |
Angular Dependency Injection (DI)
What Is Dependency Injection (DI)? | What Is Injectors? |
What Are @Injectable providers? | What Is Injector tree? What Is Injector bubbling? |
Angular Services
What Is Angular Services? | How to Setup and Create Angular Services? |
What Is Angular Singleton Service? |
Angular Pipes
Angular Routing and Navigation
Angular HttpClient
Form, Template, and Validations
Angular Cookies
What Is Angular Cookie? | How to Install cookies in Angular? |
What are the cookies methods? | What are the Advantages of Token-Based Authentication? |