MEAN Angular Full Stack Web Developer Course Overview

Overview

The MEAN Stack use the intensity of Mongo, Express, Angular & Node (MEAN) to manufacture intuitive, testable & versatile web & portable applications. Every one of these advances is massively incredible all alone & together they structure an exceptionally ground-breaking Stack. The MEAN Stack course instructs engineers to utilize all pieces of the MEAN Stack together to make useful full-Stack applications.

The course starts by establishing a framework in the Node.js stage & utilizing its capacity, at that point moves into single page application improvement with Angular.

 

Audience

  • Front end developers who are looking for a foundation in MEAN Stack
home-icon

The 1-on-1 Advantage

Get 1-on-1 session with our expert trainers at a date & time of your convenience.
home-icon

Flexible Dates

Start your session at a date of your choice-weekend & evening slots included, and reschedule if necessary.
home-icon

4-Hour Sessions

Training never been so convenient- attend training sessions 4-hour long for easy learning.
home-icon

Destination Training

Attend trainings at some of the most loved cities such as Dubai, London, Delhi(India), Goa, Singapore, New York and Sydney.

You will learn:

Module 1: TypeScript
  • Typescript installation
  • TypeScript vs. JavaScript o OOPs in TypeScript
  • Creating Classes and class properties
  • Methods
  • Access Modifiers
  • Constructor
  • Getters and Setters
  • Static properties and methods
  • Inheritance
  • Interfaces
  • Modules and Namespaces
  • What is Angular?
  • Central Features of the Angular Framework
  • Appropriate Use Cases
  • Building Blocks of an Angular Application
  • Basic Architecture of an Angular Application
  • Installing and Using Angular
  • Anatomy of an Angular Application
  • Running the Application
  • What is a Component?
  • An Example Component
  • Creating a Component Using Angular CLI
  • The Component Class
  • The @Component Decorator
  • Registering a Component to Its Module
  • Component Template
  • Using a Component
  • Run the Application
  • Component Hierarchy
  • The Application Root Component
  • The Bootstrap File
  • Templates
  • Template Location
  • The Mustache {{ }} Syntax
  • Setting DOM Element Properties
  • Event Binding
  • Expression Event Handler
  • Prevent Default Handling
  •   Attribute Directives
  • Apply Styles by Changing CSS Classes
  • Example: ngClass
  • Applying Styles Directly
  • Structural Directives
  • Conditionally Execute Template
  • Example: ngIf
  • Looping Using ngFor
  • ngFor Local Variables
  • Manipulating the Collection
  • Example - Deleting an Item
  • Item Tracking with ngFor
  • Swapping Elements with ngSwitch
  • Template Reference Variable
  • Communication Basics
  • The Data Flow Architecture
  • Preparing the Child to Receive Data
  • Send Data from Parent
  • More About Setting Properties
  • Firing Event from a Component
  • @Output () Example - Child Component
  • @Output () Example - Parent Component
  • Full Two-Way Binding
  • Setting up Two Way Data Binding in Parent
  • Template Driven Forms
  • Importing Forms Module
  • Basic Approach
  • Setting Up a Form
  • Getting User Input
  • Omitting ngForm Attribute
  • Initialize the Form
  • Two Way Data Binding
  • Form Validation
  • Angular Validators
  • Displaying Validation State Using Classes
  • Additional Input Types
  • Checkboxes
  • Select (Drop Down) Fields
  • Rendering Options for Select (Drop Down)
  • Date fields
  •   Radio Buttons
  • Reactive Forms Overview
  • The Building Blocks
  • Import ReactiveFormsModule
  • Construct a Form
  • Design the Template
  • FormControl Constructor
  • Getting Form Values
  • Setting Form Values
  • The Synchronous Nature
  • Subscribing to Input Changes
  • Validation
  • Built-In Validators
  • Showing Validation Error
  • Custom Validator
  • Using a Custom Validator
  • What is a Service?
  • Creating a Basic Service
  • The Service Class
  • What is Dependency Injection?
  • Injecting a Service Instance
  • Injectors
  • What are Pipes?
  • Built-In Pipes
  • Using Pipes in HTML Template
  • Chaining Pipes
  • The number Pipe
  • Currency Pipe
  • Create a Custom Pipe
  • Custom Pipe Example
  • Using Custom Pipes
  • Using a Pipe with ngFor
  • Filter Pipe
  • The Angular HTTP Client
  • Using The HTTP Client - Overview
  • Importing HttpClientModule
  •   Simple Example
  • Service Using HttpClient
  •   ES6 Import Statements
  • Making a GET Request
  • What does an Observable Object do?
  •   Using the Service in a Component
  • Error Handling
  • Customizing Error Object with. catch ()
  • Making a POST Request
  • Making a PUT Request
  • Making a DELETE Request
  • The Component Router
  • View Navigation
  • The Angular Router API
  • Creating a Router Enabled Application
  • Hosting the Routed Components
  • Navigation Using Links and Buttons
  • Programmatic Navigation
  • Passing Route Parameters
  • Navigating with Route Parameters
  • Obtaining the Route Parameter Values
  • Retrieving a Route Parameter
  • Routing Enabled Feature Module
  • Using the Feature Module
  • Lazy Loading the Feature Module
  • Creating Links for the Feature Module
  • Components
  • More About Lazy Loading
  • Preloading Modules
  • routerLinkActive binding
  • Default Route
  • Wildcard Route Path
  • redirectTo
  • Child Routes
  • Defining Child Routes
  • for Child Routes
  • Links for Child Routes
  • Navigation Guards
  • Creating Guard Implementations
  • Using Guards in a Route
  • Request Options
  • Returning an HttpResponse Object
  • Setting Request Headers
  • Creating New Observables
  • Creating a Simple Observable
  • The Observable.create() Method
  • Observable Operators
  • More About map
  • Piping Operators
  • The flatMap() Operator
  • The tap() Operator
  • The zip() Operator
  • Caching HTTP Response
  • Making Sequential HTTP Calls
  • Making Parallel Calls
  • Customizing Error Object with catchError ()
  • Unit Testing Angular Artifacts
  • Testing Tools
  • Typical Testing Steps
  • Test Results
  • Jasmine Test Suites
  • Jasmine Specs (Unit Tests)
  • Expectations (Assertions)
  • Matchers
  • Examples of Using Matchers
  • Using the not Property
  • Setup and Teardown in Unit Test Suites
  • Example of before Each and after Each Functions
  • Angular Test Module
  • Example Angular Test Module
  • Testing a Service
  • Injecting a Service Instance
  • Test a Synchronous Method
  • Test an Asynchronous Method
  • Using Mock HTTP Client
  • Supplying Canned Response
  • Testing a Component
  • Component Test Module
  • Creating a Component Instance
  • The Component Fixture Class
  • Basic Component Tests
  • The Debug Element Class
  • Extending JavaScript
  • V8
  • The Process Object
  • Broadcasting Events
  • Listening for Events
  • Timers
  • Understanding the Event Loop
  • Callbacks and errors
  • Exporting Steams
  • Creating and HTTP Server
  • The Request objects
  • Working with Headers
  • Handling Post Data
  • Directories & iterating overs files and folders
  • Reading from File
  • Writing to a File
  • What is use of Express Framework?
  • Install Node and necessary dependencies
  • Express: The Basics
  • Basic Routing
  • Serving Static Files
  • Express Middleware
  • Responding with JSON
  • Express with View Engine
  • API/ Server-Side rendering
  • Request Object – Forms and Cookies
  • Query String
  • Data Params
  • Headers
  • Router
  • Express Generator
  • Project Overview and Setup
  • Routes and Middleware
  • Movie Routes and Headers
  • Relational Database and SQL
  • Node & MYSQL
  • NoSQL and Documents
  • MongoDB and Mongoose
  • CRUD operation using MongoDB
  • Working with MySQL
  • CRUD Operation using MYSQL
  • Connecting Angular with API
  • A CRUD project with Angular and Node
Live Online Training (Duration : 80 Hours)
We Offer :
  • 1-on-1 Public - Select your own start date. Other students can be merged.
  • 1-on-1 Private - Select your own start date. You will be the only student in the class.

4100 + If you accept merging of other students. Per Participant & excluding VAT/GST
4 Hours
8 Hours
Week Days
Weekend

Start Time : At any time

12 AM
12 PM

1-On-1 Training is Guaranteed to Run (GTR)
Group Training
3100 Per Participant & excluding VAT/GST
Online
02 - 11 Oct
09:00 AM - 05:00 PM CST
(8 Hours/Day)
Online
06 - 15 Nov
09:00 AM - 05:00 PM CST
(8 Hours/Day)
Course Prerequisites
  • To have basic knowledge on developing web applications
  • Knowing HTML and CSS web languages
  • JavaScript, IDE or Text Editor, Command Line Interface (CLI)
  • Server-side development with any programming language.

 

Upon Completion of this Course, you will accomplish the following:-

  • To code a MEAN Stack Application
  • Developing Single Page Applications (Spas) via MEAN Stack
  • Setup routing within Angular & Express
  • Write Express Back-End Web Services with Express & Node
  • Employ Express Web Services

FAQ's


You can buy online from the page by clicking on "Buy Now". You can view alternate payment method on payment options page.
1-on-1 Public - Select your start date. Other students can be merged.
1-on-1 Private - Select your start date. You will be the only student in the class.
Yes, course requiring practical include hands-on labs.
Yes, we do accept partial payments, you may use one payment method for part of the transaction and another payment method for other parts of the transaction.
It is recommended but not mandatory. Being acquainted with the basic course material will enable you and the trainer to move at a desired pace during classes.You can access courseware for most vendors.
Yes, we do. For details go to flexi
Buy-Now. Pay-Later option is available using credit card in USA and India only.
You will receive the letter of course attendance post training completion via learning enhancement tool after registration.
Yes you can request your customer experience manager for the same.
Yes, we also offer weekend classes.
Yes, Koenig follows a BYOL(Bring Your Own Laptop) policy.
Yes, you can pay from the course page and flexi page.
Yes, the site is secure by utilizing Secure Sockets Layer (SSL) Technology. SSL technology enables the encryption of sensitive information during online transactions. We use the highest assurance SSL/TLS certificate, which ensures that no unauthorized person can get to your sensitive payment data over the web.
Yes you can.
You can pay through debit/credit card or bank wire transfer.
We do accept all major credit cards from Visa, Mastercard, American Express, and Discover.
Credit card transactions normally take 48 hours to settle. Approval is given right away; however,it takes 48 hours for the money to be moved.
We use the best standards in Internet security. Any data retained is not shared with third parties.
You can request a refund if you do not wish to enroll in the course.
To receive an acknowledgment of your online payment, you should have a valid email address. At the point when you enter your name, Visa, and other data, you have the option of entering your email address. Would it be a good idea for you to decide to enter your email address, confirmation of your payment will be emailed to you.
After you submit your payment, you will land on the payment confirmation screen.It contains your payment confirmation message. You will likewise get a confirmation email after your transaction is submitted.
Yes, this is our official email address which we use if a recipient is not able to receive emails from our @koenig-solutions.com email address.
Yes, if we have an office in your city.
Yes, we do offer corporate training More details
Yes, we do.
Yes, fee excludes local taxes.
Yes, we do.
The Fee includes:
  • Remote Labs
Schedule for Group Training is decided by Koenig. Schedule for 1-on-1 is decided by you.
In 1 on 1 Public you can select your own schedule, other students can be merged. Choose 1-on-1 if published schedule doesn't meet your requirement. If you want a private session, opt for 1-on-1 Private.
Duration of Ultra-Fast Track is 50% of the duration of the Standard Track. Yes(course content is same).

Prices & Payments

Yes of course.
Yes, We are

Travel and Visa

Yes we do after your registration for course.

Food and Beverages

Yes.

Others

Says our CEO-
“It is an interesting story and dates back half a century. My father started a manufacturing business in India in the 1960's for import substitute electromechanical components such as microswitches. German and Japanese goods were held in high esteem so he named his company Essen Deinki (Essen is a well known industrial town in Germany and Deinki is Japanese for electric company). His products were very good quality and the fact that they sounded German and Japanese also helped. He did quite well. In 1970s he branched out into electronic products and again looked for a German name. This time he chose Koenig, and Koenig Electronics was born. In 1990s after graduating from college I was looking for a name for my company and Koenig Solutions sounded just right. Initially we had marketed under the brand of Digital Equipment Corporation but DEC went out of business and we switched to the Koenig name. Koenig is difficult to pronounce and marketeers said it is not a good choice for a B2C brand. But it has proven lucky for us.” – Says Rohit Aggarwal (Founder and CEO - Koenig Solutions)
All our trainers are fluent in English . Majority of our customers are from outside India and our trainers speak in a neutral accent which is easily understandable by students from all nationalities. Our money back guarantee also stands for accent of the trainer.
Medical services in India are at par with the world and are a fraction of costs in Europe and USA. A number of our students have scheduled cosmetic, dental and ocular procedures during their stay in India. We can provide advice about this, on request.
Yes, if you send 4 participants, we can offer an exclusive training for them which can be started from Any Date™ suitable for you.