UNPKG

ngx-mfe

Version:

A library for working with MFE in Angular in a plugin-based approach and with Angular routing.

42 lines 866 B
{ "name": "ngx-mfe", "version": "19.0.0", "license": "MIT", "repository": { "type": "GitHub", "url": "https://github.com/dkhrunov/ngx-mfe" }, "keywords": [ "microfrontend", "mfe", "angular-microfrontend", "angular-mfe", "microcomponent", "angular" ], "author": { "name": "Denis Khrunov", "email": "therealpanda98@gmail.com" }, "peerDependencies": { "@angular/common": "^19.0.0", "@angular/core": "^19.0.0", "@angular-architects/module-federation": "^19.0.0", "rxjs": "^7.0.0" }, "dependencies": { "tslib": "^2.3.0" }, "module": "fesm2022/ngx-mfe.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ngx-mfe.mjs" } }, "sideEffects": false }