afspawnservice
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
33684
0