Socket
Socket
Sign inDemoInstall

kentico-cloud-angular-http-service

Package Overview
Dependencies
9
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    kentico-cloud-angular-http-service

Implementation of IHttpService using Angular HttpClient


Version published
Weekly downloads
2
Maintainers
1
Install size
279 kB
Created
Weekly downloads
 

Readme

Source

Angular Http service

This is an implementation of the IHttpService that can be used instead of the default http service available in [https://www.npmjs.com/package/kentico-cloud-core](Core package) that uses axios package.

This library uses Angular's HttpClient to make http requests and can be used only in Angular applications.

Why and when should I use this library?

In normal scenarios, you don't need to use this http service. However if you require server side rendering with prerender using Angular universal, you have to use Angular's built-in Http service because otherwise Angular will not wait until the requests are fetched from server and therefore your code would not be reflected in HTML of your page. You can find more information about the issue athttps://github.com/Enngage/kentico-cloud-js/blob/master/doc/delivery.md

Keywords

FAQs

Last updated on 24 Sep 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc