@rws-framework/client 2.0.8 → 2.0.9
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 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# RWS-JS Client Setup and Configuration Guide
|
|
2
2
|
|
|
3
|
-
RWS-JS Client is a web-component powered, MS FAST powered framework
|
|
3
|
+
RWS-JS Client is a web-component powered, MS FAST powered framework that you can use to create domain-agnostic modular asynchoronous components with intershared states. It is capable of holding and sharing authorization data between web components, and helps bind it to backend.
|
|
4
4
|
|
|
5
5
|
## Table of Contents
|
|
6
6
|
|
|
@@ -280,7 +280,7 @@ Router tag:
|
|
|
280
280
|
|
|
281
281
|
## Backend Imports
|
|
282
282
|
|
|
283
|
-
`backendImports.ts` consolidates various backend interfaces, routes, and models, allowing for a synchronized frontend and backend.
|
|
283
|
+
`backendImports.ts` consolidates various backend interfaces, routes, and models, allowing for a synchronized frontend and backend from package https://github.com/papablack/rws
|
|
284
284
|
|
|
285
285
|
```typescript
|
|
286
286
|
import IBook from '../../backend/src/models/interfaces/IBook';
|