@screeb/sdk-angular
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -309,5 +309,5 @@ import * as _Screeb from "@screeb/sdk-browser"; | ||
*/ | ||
load(): Promise<undefined>; | ||
load(options?: _Screeb.ScreebOptions): Promise<undefined>; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<Screeb, never>; | ||
static ɵprov: i0.ɵɵInjectableDeclaration<Screeb>; | ||
} |
@@ -397,6 +397,12 @@ [@screeb/sdk-angular](../README.md) / Screeb | ||
▸ **load**(): `Promise`<`undefined`\> | ||
▸ **load**(`options?`): `Promise`<`undefined`\> | ||
Appends Screeb tag into your dom. | ||
#### Parameters | ||
| Name | Type | Description | | ||
| :------ | :------ | :------ | | ||
| `options?` | `ScreebOptions` | Screeb module options. | | ||
#### Returns | ||
@@ -403,0 +409,0 @@ |
{ | ||
"name": "@screeb/sdk-angular", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "Screeb's browser sdk, optimized for Angular.", | ||
@@ -44,3 +44,3 @@ "keywords": [ | ||
"ng": "ng", | ||
"build": "ng build", | ||
"build": "npm run replace-version && ng build && git checkout -f projects/screeb-sdk-angular/src/lib/constants.ts", | ||
"build:watch": "ng build --watch --configuration development", | ||
@@ -50,6 +50,7 @@ "build:doc": "typedoc projects/screeb-sdk-angular/src/public-api.ts", | ||
"lint": "eslint .", | ||
"test": "echo '@TODO'" | ||
"test": "echo '@TODO'", | ||
"replace-version": "replace-in-files --string='0.0.0-dev' --replacement=$npm_package_version projects/screeb-sdk-angular/src/lib/constants.ts" | ||
}, | ||
"dependencies": { | ||
"@screeb/sdk-browser": "^0.1.14" | ||
"@screeb/sdk-browser": "^0.1.15" | ||
}, | ||
@@ -85,2 +86,3 @@ "devDependencies": { | ||
"prettier": "^3.0.3", | ||
"replace-in-files-cli": "^2.2.0", | ||
"rxjs": "~7.8.1", | ||
@@ -87,0 +89,0 @@ "tslib": "^2.6.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
118858
24
1386
35
Updated@screeb/sdk-browser@^0.1.15