@otr-app/shared-backend-generated-client 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -16
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,19 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
```js
|
|
5
|
-
...
|
|
6
|
-
"otr-shared-libs": "https://github.com/alexg313/OTRSharedLibs.git#v1.0.2",
|
|
7
|
-
...
|
|
8
|
-
```
|
|
9
|
-
|
|
10
|
-
- After running the proper build command to pull in all the bower dependencies, then in your index.html include the script(s)
|
|
11
|
-
|
|
12
|
-
```html
|
|
13
|
-
<script src="{path/to/bower_components}/otr-shared-libs/dist/otrBackendService.min.js"></script>
|
|
14
|
-
```
|
|
15
|
-
|
|
16
|
-
- In your app.js, inject the otrBackendService module
|
|
1
|
+
# Module
|
|
2
|
+
In your app.js, inject the otrBackendService module
|
|
17
3
|
|
|
18
4
|
```js
|
|
19
5
|
angular.module("otr-console", [
|