Why do we have to import Http in a service even if we import it in application module?

Asked by Last Modified  

Follow 1
Answer

Please enter your answer

Angular 2+ Developer And Trainer

Let's ask ourselves what a Service is ? Well under the hood, just a glorified module which exposes a few classes that you import in your component via the normal import - import { Http, Response, RequestOptions, Headers } from '@angular/http'; However this is more like injecting the service....
read more
Let's ask ourselves what a Service is ? Well under the hood, just a glorified module which exposes a few classes that you import in your component via the normal import - import { Http, Response, RequestOptions, Headers } from '@angular/http'; However this is more like injecting the service. What about registering it? So we start with a normal import into the module . But then you don't see an entry into the providers in the module. Reason being that the provider configuration for Http isn’t so straight forward, so the Angular team have given us a handy way to configure our NgModule with all the required providers for Http and that is adding to the imports section. Importing HttpModule into our NgModule configures our NgModules injector with all the providers needed to use Http in our app. So to summarize the first import is registering and the second is injecting. read less
Comments

Related Questions

What is cost of final year IEEE project guidance?
It cost around Rs. 20,000/- at max.
Vivek
Angular or React which is easy to learn and value in the market & job openings
Both are demanding in the market, but as per Google trends React much in demand than Angular. React is javascript based and Angular is typescript based. If you are good at javascript, then React is easy...
Ganesh
how to use angular js with springs
Spring is something that is on the server side...AngularJS will be working on the client side..more on the user-facing side...Spring does not care if you use jQuery,AngularJS or EmberJs etc..or any other...
Don
0 0
7
job opportunities after doing an hands on training for angular.js at kolkata
AngularJS is high in demand if You have good hands on it.
Subhadeep
Hello all, I am working as a web (graphic) designer right now, I know basics of HTML, CSS, Photoshop illustrator but I want to become a developer. So I want to know that is Angularjs developer is a good career?
AngularJS is a structural framework for dynamic web apps. It address many of the challenges encountered in developing single-page applications so It has a very good career prospects.
Himani

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Happiness Or Satisfaction: How To Quit Your Day Job?
Four years ago on a sunny April morning, I slinked into my new office building, suit slightly too big, 24-years-old and clueless. It was my first day working at a large, prestigious Organization. The...

What Is Dependency Injection (DI)?
Dependency Injection is a powerful pattern for managing code dependencies. DI is a way to create objects that depend upon other objects. Angular has its own DI framework pattern, and you really can't build...
K

Kumar

0 0
0

Closures in Javascript
A closure is the combination of a function and the lexical environment within which that function was declared. Consider the following example: function makeFunc() { var name = 'Mozilla'; function...

Angular JS directives Principles.
Directive is very powerful feature of AngularJS. It easily wired up with controller, html and do the DOM manipulations. Angular AngularJS provide very less details about directive. I thought I will cover...

What's New in Angular 8?
The latest features introduced during the Angular 8 release candidate stage include: Smaller bundles, CLI APIs, and alignment with the ecosystem AngularJs Migration Improvements Route Configurations...
K

Kumar

0 0
0

Recommended Articles

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

Applications engineering is a hot trend in the current IT market.  An applications engineer is responsible for designing and application of technology products relating to various aspects of computing. To accomplish this, he/she has to work collaboratively with the company’s manufacturing, marketing, sales, and customer...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today.  In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...

Read full article >

Looking for Angular.JS Training?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you