Learn Angular Step by Step + 55 Angular interview Questions and Answers

Videos and Essential Source Code + 55 Interview Questions with Answers series (Subscription Validity For 8 Months)

Author
Trainer: ShivPrasad Koirala

What you'll learn :-

* Learn Angular Step by Step (6/7/8) + 55 Angular interview Questions and Answers
* Understanding Node NPM, CLI , VS ,Typescript and Webpack build tool.
* Understanding Module and Component architecture in angular. Understanding important properties of component like templateurl , styleurl and selector.
* Understanding  configuration files like Angular json , tsconfig json , package json file and semantic versioning.
* Understanding Routing ,router-outlet , routeLink and Lazy loading
* Angular validation using formgroup , formcontrols and validators.
* Creating loosely coupled architecture using DI ( Dependency Injection) and providers.
* Implementing reusable user controls using input , output and event emitters.
* Making http calls , understanding httpclient , http interceptors and fixing double entry problem
* Integrating Angular with visual studio , MVC core and WebAPI.
* Unit testing using Jasmine and Karma.
It is complete course to Learn Angular Step By Step and to prepare Angular Interview Questions and Answers For Freshers and Angular Interview Questions and Answers For Experienced.

Course Content

  • Lab 1: - Running your first Angular Application.
  • Chapter 1 :- Node and NPM
  • Chapter 2 :- Running first app & Angulr CLI
  • Chapter 3 :- VS Code editor.
  • Chapter 4 :- TypeScript
  • Chapter 5 :- CLI project folder structure
  • Chapter 6 :- The config JSON files
  • Chapter 7 :- ng serve vs ng build
  • Chapter 8 :- Angular the binding framework
  • Chapter 9 :- Component and Modules
  • Chapter 10 :- Expression , Decorators and TemplateURL
  • Chapter 11 :- Declaration and BootStrap in Modules
  • Chapter 12 :- The main.ts file for module startup
  • Chapter 13 :- Index.html and the selector tag
  • Chapter 14 :- Polyfills
  • Chapter 15 :- Webpack :- Packaging and deploying
  • Chapter 16 :- Vendor.js and Runtime.js
  • Lab 2: - Creating the Customer UI, Model and Component.
  • Chapter 17 :- Angular File naming Convention
  • Chapter 18 :- Creating Customer UI
  • Chapter 19 :- Creating Customer Model
  • Chapter 20 :- Consuming model in component
  • Chapter 21 :- ngModel , One way and Two way binding
  • Chapter 22 :- Expressions
  • Chapter 23 :- Understanding and Intrepeting Errors
  • Chapter 24 :- FormsModule
  • Chapter 25 :- *ngForLoop
  • Chapter 26 :- package.lock.json and versioning
  • Chapter 27 :- Using source code of the tutorial.
  • Lab 3: - Angular Routing: Creating Master pages and navigations
  • Chapter 28 :- Thinking Uniform , Thinking Master Pages
  • Chapter 29:- Creating Angular UI and its components.
  • Chapter 30 :- Organizing project folders, modules & components.
  • Chapter 31 :- Masterpage and selector
  • Chapter 32 :- Grouping components in to Modules.
  • Chapter 33 :- Understanding UI loading in selector.
  • Chapter 34 :- Routing and Routing collection
  • Chapter 35 :- router-outlet and routerLink
  • Chapter 36 :- RouterModule and loading routes in Angular.
  • Chapter 37 :- Understanding the flow of Angular with routing.
  • Lab 4: - Increasing Performance using Lazy Loading.
  • Chapter 38 :- Performance issues due to eager loading.
  • Chapter 39 :- Implementing Lazy loading
  • Chapter 40 :- Dividing project in to self contained Angular modules.
  • Chapter 41 :- Self contained routes for self contained modules.
  • Chapter 42 :- loadChildren :- The heart of lazy loading
  • Chapter 43:- Understanding path structure for folders and loadChildren.
  • Chapter 44:- forRoot and forChild
  • Chapter 45:- Multiple Modules , Multiple builds and Multiple outputs.
  • Chapter 46:- CommonModule for Lazy Loading
  • Chapter 47:- Seeing the physical separate modules in the "dist" folder.
  • Chapter 48:- Revising Angular architecture with Lazy routing
  • Lab 5: - Implement Validations in Angular.
  • Chapter 49 :- Validation object model.
  • Chapter 50 :- Appropriate place to put validations
  • Chapter 51 :-Formgroup , FormControl , Validators and FormBuilder
  • Chapter 52 :- Using Angular validation :- The CCC process.
  • Chapter 53 :- Creating validations
  • Chapter 54 :- Applying validations to the UI
  • Chapter 55 :- Checking validation status
  • Chapter 56 :- ReactiveForms
  • Chapter 57 :- ngModelOption standalone
  • Chapter 58 :- Display errors for individual validations.
  • Chapter 59 :- The dirty flag.
  • Chapter 60 :- Centralizing validation code for reusability.
  • Lab 6: - Angular Dependency Injection.
  • Chapter 61: - Definition of a good architecture
  • Chapter 62: - Concrete classes and tight coupling
  • Chapter 63: - Provider - provides things to component.
  • Chapter 64: - Creating providers: - Provide & UseClass
  • Chapter 65: - Interfaces issues with Angular DI
  • Chapter 66: - Finally understanding Dependency Injection
  • Chapter 67: - Seeing the actual fruits of Dependency Injection
  • Chapter 68: - Centralized and Conditional DI
  • Chapter 69: - Injector and tokens - Conditional DI
  • Chapter 70: - Dynamic collections
  • Chapter 71: - Revising Angular DI architecture
  • Lab 7:- Input,output and event emitters.
  • Chapter 72 :- Defining a user control
  • Chapter 73 :- Interactions :- Input, output and event emitters
  • Chapter 74 :- Creating user control and its components
  • Chapter 75 :- Creating user control component and importance of selector
  • Chapter 76 :- The @input decorator
  • Chapter 77 :- Stters and custom component naming convention
  • Chapter 78 :- Creating the Grid UI of the user control
  • Chapter 79 :- Defining output and event emitters
  • Chapter 80 :- Understanding the user control flow
  • Chapter 81 :- Importing and running the user control
  • Chapter 82 :- Debugging and watching the full flow.
  • Lab 8:- Make HTTP calls using Angular Components.
  • Chapter 83 :- Json-server , the fake webserver
  • Chapter 84 :- Configuring json-server & db.json.
  • Chapter 85 :- importing and creating http component object
  • Chapter 86:- Making HTTP Post calls and the subscribe method.
  • Chapter 87 :- Import HTTP Module at the module level.
  • Chapter 88 :- Implementing DTO( Data transfer objects)
  • Chapter 89 :- Lambdas and Callback
  • Chapter 90 :- Angular HTTP Client.
  • Chapter 91 :- Using HttpClient
  • Chapter 92 : Simplicity of HttpClient.
  • Chapter 93:- Interceptors in HttpClient
  • Chapter 94:- The double data post
  • Lab 9: - Integrating MVC Core with Angular using Visual Studio.
  • Chapter 1 :- Defining the scope of the tutorial.
  • Chapter 2 :- Using Angular template and its limitation
  • Chapter 3 :- Respecting individual build and compilation.
  • Chapter 4 :- MVC wwwroot folder and Angular
  • Chapter 5 :- Issues with ng serve and integration
  • Chapter 6 :- Bootstrapping through MVC
  • Chapter 7 :- Deployurl concept.
  • Chapter 8 :- Integrating Webapi with Angular Http
  • Chapter 9 :- Debugging Angular and MVC
  • Chapter 10 :- Ahh the camel case and pascal case issue
  • Chapter 11:- Integrating Grunt with Task runner explorer
  • Chapter 12 :- Grunt configuration using appsettings.json
  • Chapter 13 :- Prebuild and Postbuild style
  • Chapter 14 :- Double tooling VS code and Visual studio
  • Lab 10:- Migratting Angular 6 to Angular 7
  • Chapter 109 :- Create new project using ng new command.
  • Chapter 110 :- Copy the code in to newly created projects.
  • Chapter 111 :- Run ng serve , fix errors http to httpclient
  • Chapter 112 :- Test and you are all set
  • Lab 11 :- Unit Testing in Angular using Jasmine & Karma.
  • Chapter 113 :- Integration testing vs Unit Testing
  • Chapter 114 :- Black Box vs White Box
  • Chapter 115 :- Jasmine and Karma
  • Chapter 116 :- Understanding Jasmine syntaxes , BDD , Describe and it.
  • Chapter 117 :- BeforeEach,BeforeAll,AfterEach and AfterAll
  • Chapter 118 :- The TestBed API
  • Chapter 119 :- Angular loading flow.
  • Chapter 120 :- Fixture the baseline.
  • Chapter 121 :- DebugElement , componentInstance and nativeElement
  • Chapter 122 :- Assertion - expect , tobeTruthy , toEqual
  • Chapter 123 :- Synching DOM's DetectChanges.
  • Chapter 124 :- QuerySelectors.
  • Chapter 125 :- Running Angular test
  • Chapter 126 :- Writing a complex unit test for the Customer screen
  • Angular E-Book Download
  • Question No:- 1 :- Whats the use of Angular ?
  • Question No:- 2 :- What are directives in Angular ?
  • Question No:- 3 :- Explain the different types of Angular directives ?
  • Question No:- 4 :- Explain the importance of NPM and Node_Modules folder ?
  • Question No:- 5 :- Explain the importance of Package.json file in Angular ?
  • Question No:- 6 :- What is typescript and why do we need it ?
  • Question No:- 7 :- Explain importance of Angular CLI ?
  • Question No:- 8 :- Explain the importance of Component and Modules ?
  • Question No:- 9 :- What is a decorator in Angular ?
  • Question No:- 10 :- What are Annotationa or MetaData ?
  • Question No:- 11 :- What is a template ?
  • Question No:- 12 :- Explain the four types of Data bindings in Angular ?
  • Question No:- 13 :- Explain architecture of Angular ?
  • Question No:- 14 :- What is SPA in Angular ?
  • Question No:- 15 :- How to implement SPA in Angular ?
  • Question No:- 16 :- How to implement routing in Angular ?
  • Question No:- 17 :- Explain Lazy Loading ?
  • Question No:- 18 :- How to implement Lazy Loading in Angular ?
  • Question No:- 19 :- Define Services ?
  • Question No:- 20 :- What is Depedency Injection ?
  • Question No:- 21 :- How to implement Depedency Injection ?
  • Question No:- 23 :- Whats the benefit of Depedency Injection ?
  • Question No:- 24 :- Differentiate between ng serve and ng build ?
  • Question No:- 25 :- Explain the --prod parameter in ng build ?
  • Question No:- 26 :- Explain ViewChild and ViewChildren?
  • Question No:- 27 :- Why do we need Template reference variables?
  • Question No:- 28 :- What is ContentProjection?
  • Question No:- 29 :- Explain Content projection Slot?
  • Question No:- 30 :- What is ContentChild and ContentChildren?
  • Question No:- 31 :- ViewChild vs ViewChildren vs ContentChild vs ContentrChildren?
  • Question No:- 32 :- Explain the importance of Component life cycle ?
  • Question No:- 33 :- Explain events and sequence of component life cycle ?
  • Question No:- 34 :- Constructor vs ngOnInit() ?
  • Question No:- 35 :- How to make HTTP calls using Angular ?
  • Question No:- 36 :- What is the need of Subscribe function ?
  • Question No:- 37 :- How to handle errors when HTTP fails ?
  • Question No:- 38 :- How to pass data between components ?
  • Question No:- 39 :- Explain importance of input, output & event emitters ?
  • Question No:- 40 :- How to pass during routing ?
  • Question No:- 41 :- Is it a good practice to pass data using services ?
  • Question No:- 42:- What is the need of Angular Pipes?
  • Question No:- 43:- Can you name some built-in Angular Pipes?
  • Question No:- 44:- How to create Custom pipes in Angular?
  • Question No:- 45 :- Whats the full form of RxJs?
  • Question No:- 46 :- What is the purpose of RxJs?
  • Question No:- 47 :- What are observables and observers?
  • Question No:- 48 :- Explain the use of Subscribe with sample code.
  • Question No:- 49 :- How to unsbscribe in RxJs?
  • Question No:- 50 :- Explain concept of operators with sample code.
  • Question No:- 51 :- How to install RxJs?
  • Question No:- 52 :- Differentiate between promise and RxJs?
  • Question No:- 53 :- In Angular where have you used RxJs?
  • Question No:- 54 :- Which operators have you used from RxJs?
  • Question No:- 55 :- What is Push/reactive vs Pull/Imperative?
  • Question No:- 56 :- What are Interceptors in Angular?
  • Question No:- 57 :- How to implement Interceptors?
  • Question No:- 58 :- Give some use of Interceptors?
  • Question No:- 59 :- Can we provide multi-Interceptors?
  • Question 60 :- What are two ways of doing validation in Angular?
  • Question 61 :- Template driven forms VS Reactive Forms?
  • Question 62 :- In what situations you will use what?
  • Question 63 :- Explain template reference variables ?
  • Question 64 :- How do we implement Template driven forms?
  • Question 65 :- How to check if overall validation and specific validations are good ?
  • Question 66 :- How do we implement Reactive forms ?
  • Question 67 :- How can we implement composite validations?
  • Question 68 :- How to create dynamic validation ?
  • Question 69 :- Can you talk about some inbuilt validators ?
  • Question 70:- How can you create your own custom validator ?
  • Question 71:- Can we implement angular validators with out FORM tag ?
  • Question 72:- What is [ngModelOptions]="{standalone: true}" ?
  • Angular interview questions with answers PDF.

10 Lessons

03 Hours

World-class training and development programs developed by top teachers

Whats Included

  • World-class training teacher
  • Bench has zero learning curve
  • We handle the rest.