1.2.2 • Published 23 days ago

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

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
23 days 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

23 days ago

1.2.1

8 months ago

1.2.0

4 years ago

1.1.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.3-rc.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

1.0.0-rc.2

5 years ago

1.0.0-rc.1

5 years ago

1.0.0-rc.0

5 years ago