Title: 
new angular development features and improvements with error handling 
webinar by google employees

About Angular: 
Angular is a Typescript-based open-source front-end web application 
platform 
led by the Angular Team at Google and by a community of individuals and 
corporations.

What we’ll cover in this webinar... Any error you can fix after this webinar
1. Angular error handling with latest strategies
2. New tips to write clean and per-formant angular application
3. Improving the testability of the angular app
4. Add caching to APIs and Migrating to PWA
5. State Management in Angular
6. User Activity logging with Azure Application Insights
7. Integrate with any technology

Speaker: 
Ryan Russul who is a speaker and having 8 years of experience in UI 
development and worked 
as senior solution architect, practising code re-usability and enterprise 
practices 
in angular development among all teams who were responsible for angular 
development.

Join in webinar: http://ovpurl.com/c2V5oNgM

[image: angular-webinar-31st.jpg]


On Tuesday, October 16, 2018 at 7:31:13 AM UTC+5:30, Partha Majumdar wrote:
>
> Dear Sir/Madam,
>
> I had a working Angular/Node application will I added a Header to the POST 
> method. Now, the Node service is not getting invoked.
>
> In my angular code I have the following:
> const headerDict = {
> 'upload-type': 'false'
> };
>
> const requestOptions = {
> headers: new HttpHeaders(headerDict),
> };
>
> this.httpClient.post<{message: string, returnVal: number}>(this.baseURL + 
> '/country', newData, requestOptions)
>
> The url in the NODE side is '/api/country' for the POST method.
>
> Please let me know what is the change in the URL when a Header is added.
>
> Thanks in advance.
>
> Regards,
> Partha
>

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to