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

afspawnservice

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

afspawnservice - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

4

package.json
{
"name": "afspawnservice",
"version": "1.0.3",
"version": "1.0.4",
"description": "This is an Angular service that allows you to spawn components on-the-fly, with a service call. For more details, watch my talk here: https://www.youtube.com/watch?v=-Hy-i4q8Vtg&t=38s",

@@ -17,3 +17,3 @@ "main": "main.js",

},
"directories":{
"repository":{
"type": "git",

@@ -20,0 +20,0 @@ "url": "git@github.com:aaronfrost/AFSpawnService.git"

@@ -8,3 +8,3 @@ # AFSpawnService

###To learn more about `AFSpawnService`
### To learn more about `AFSpawnService`
If you want to know more about `AFSpawnService`, or you need to understand the need

@@ -15,9 +15,9 @@ for the service, please check out my talk about [CAAS: Components As A Service](https://youtu.be/-Hy-i4q8Vtg).

### How to use AFSpawnService?
####Install
#### Install
`npm install --save afspawnservice`
####Import
#### Import
`import { AFSpawnService } from 'afspawnservice'`
####Inject
#### Inject
In a component/module/service file, you will want to inject the `AFSpawnService`

@@ -24,0 +24,0 @@ ```typescript

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