Angular 5 Tutorial in Hindi Part 27: Services in Angular 5 in Hindi | Angular 6 Services Hindi

preview_player
Показать описание
Welcome all, we will see Services in Angular 5 in Hindi. Angular 6 Services in Hindi. "Honestly, I have no idea how to ask, but if you donate using PAYTM to support me, It's gonna help me a lot."
PAYTM NUMBER: 9518369954

#services #servicesinangularhindi

Service in Angular in Hindi

A service provides functionality that you can use across multiple parts of your application. Say you want to show specific information about a User across multiple components, but don't want to repeat the code, you would put that code into a service. You would then inject the service in your component and call the User showing code within the component, from the service.

The @Injectable() decorator is used when you want to inject other services within the service being decorated, and you do not need to include it when you are using the service in your component.

Guys, Please support my channel by SUBSCRIBE to my channel and share my videos in your Social Network TimeLines.

Don't Forget to Follow me on all Social Network,

Рекомендации по теме
Комментарии
Автор

Please make latest angular version playlists

prathameshwarekar
Автор

Your All video is the best sir, plz Angular 9 per video bnaeye na

krishnajadhav
Автор

Hello vinod, I am a big fan of your tutorials. Can you please upload a more advanced video of http client and services? How to fetch data from api and perform operations on them to add edit and delete.

pradeepyou
Автор

Hi, Please make a video on the Angular 10/11 full series. Will be very gratefull. Thank you

sabaarzoo
Автор

Please make some more videos on angular

md.asifali
Автор

Part 28, 29 and 30 should be included in this playlist. Here are the links for them:

priyamganguly
Автор

Hello,

Can you please upload the following topics for error handling, , UNit testing, publishing the site?

jaiswalaman
Автор

Sir woh public data and public showbiodata jo object aur array banaye uske baare meim thoda batayein.

nikhiltibole
Автор

thank u so much sir i had so much difficulty about this, just because of this video i can understand it

vaibhavsarode
Автор

Http pe video banao please

N routing pe bhi
Please

akshaymandge
Автор

What about http interceptor token authguard by using services

AbhishekKumar-ntvc
Автор

if possible make a tutorial on http headers
also jwt

tiparess
Автор

Hi will you be able to do a series on jwt, role based authentication ?

Will be really helpful.

Janet

janetdsouza
Автор

in the SERVICES.COMPONENTS.TS when i see this code


export class ServicesComponent implements OnInit {

public data1;
public new_data = [];

constructor(private dss: DataServiceService) { }

ngOnInit() {

this.data1 = this.dss.HowServiceWorks();
this.new_data = this.dss.TheNewBioData();

}


this.new_data is producing error --- the error is TYPE VOID IS NOT ASSIGNABLE TO TYPE ANY[]




please help....

liquidoxygenspiritsgenuine
Автор

hii bro..
please upload video in we can fetch data through api in services not in hard core plz..

v.kanand
Автор

Plz make a video on routing and observables

frank
Автор

What's the difference between Inject & Services.
Inject is also use for same purpose.

akshaykumbhare
Автор

kindly make a small project in Angular with php webservice.

AnupamMaity
Автор

sir angular pe aage aur video ni ayengi kya apki ?

tanveerkhan
Автор

Great explanation, Please upload video on Observables .

DINESHKUMARWithSpringBoot