UNPKG

@ng-util/lazy

Version:

Lazy load javascript, css resources for Angular.

37 lines 806 B
{ "name": "@ng-util/lazy", "version": "19.0.1", "author": "cipchk<cipchk@qq.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ng-util/ng-util.git" }, "bugs": { "url": "https://github.com/ng-util/ng-util/issues" }, "homepage": "https://github.com/ng-util/ng-util/tree/master/packages/lazy", "keywords": [ "angular", "util", "Angular utilities", "lazy", "load", "angular standalone library" ], "sideEffects": false, "module": "fesm2022/ng-util-lazy.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ng-util-lazy.mjs" } }, "dependencies": { "tslib": "^2.3.0" } }