Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@2sic.com/dnn-sxc-angular

Package Overview
Dependencies
Maintainers
3
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@2sic.com/dnn-sxc-angular

  • 1.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
112
increased by7.69%
Maintainers
3
Weekly downloads
 
Created
Source

dnn-sxc-angular

Connector for angular 4.3+ (git | web) if you're using

  1. the open source platform DNN 7+ (git | web)
  2. and/or the open source CMS 2sxc 7+ (git | web)

This is a helper system which

  1. automatically provides all important dnn-parameters (module ID, security token, etc.) to angular
  2. overrides the HttpClient service to automatically use these parameters

It uses observables to make it happen, thereby avoiding timing / async problems common in this scenario.

How To Use

It's published on NPM, so the most common way is to

  1. get it using npm install -d @2sic.com/dnn-sxc-angular
  2. make sure your application uses the enhanced HttpClient by adding the provider to main.ts, so you'll need to add
    ...todo
    and
    ...todo
  3. make sure initializations happen, by changing your app.component.ts from
    todo
    to
    todo

That's it.

build solution for npm

  • change version number
  • npm publish

FAQs

Package last updated on 11 Sep 2017

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc