@proactive-as/angular.vendor

8.0.0 • Public • Published

Build Status npm version NPM downloads

Angular Vendor

  • Contains reusable angular vendor bundle. Built using TypeScript, WebPack and verification tests using Jest
  • Contains Three Files:
    • angular.polyfills.js
    • angular.vendor.js
    • angular-vendor-manifest.json

Usage

  • run:
npm install --save-dev @proactive-as/angular.vendor
  • Modify your project's WebPack Configuration file and include following section:
plugins: [
        new webpack.DllReferencePlugin({
            context: ".",
            manifest: require('@proactive-as/angular.vendor/angular-vendor-manifest.json')
        })
]

Readme

Keywords

Package Sidebar

Install

npm i @proactive-as/angular.vendor

Weekly Downloads

5

Version

8.0.0

License

Apache-2.0

Unpacked Size

1.05 MB

Total Files

5

Last publish

Collaborators

  • nordtorp
  • talha0113