1.2.2 • Published 1 year ago

@kasko/fe-webapp-product-loader-lib v1.2.2

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 year ago

FE product loader library

Library for loading initial webapp requests (touchpoint and item) that is embedded in the DOM and triggered on page load. This reduces the time it takes for the webapp to full load.

Installation

yarn install
yarn build

Installing in other projects

yarn add @kasko/fe-webapp-product-loader-lib -D

Using in other projects

  1. Requiring @kasko/fe-webapp-product-loader-lib will return string that could be injected in HTML using HtmlWebpackPlugin.

    const { KaskoProductLoaderScriptTag } = require('@kasko/fe-webapp-product-loader-lib');
  2. Product loader adds global KaskoProductLoader instance.

  3. Loaded data is passed to @kasko/fe-webapp-framework-angular starting from version 4.2.0
1.2.2

1 year ago

1.2.1

2 years ago

1.2.0

5 years ago

1.1.0

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.3-rc.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

1.0.0-rc.2

6 years ago

1.0.0-rc.1

6 years ago

1.0.0-rc.0

6 years ago