angular-plugin-architecture
angular-plugin-architecture copied to clipboard
Example of building Angular plugin with AOT and SSR
I am using http from shared lib, I am getting below error ERROR TypeError: Cannot read property 'getCookie' of null at e.configureRequest (plugin1.js:1) at e.createConnection (plugin1.js:1)
My shared library has a lot of dependencies so when it is build, all dependencies are included. OK. But when i build my plugin that has only a dependency to...
Thanks for putting this demo app. I was looking into other example for loading plugins dynamically and had the same issue with buildOptimzer not working. Stumbled across this at the...
Can I get access to plugin's methods from main app ?
test for nodejs 12.13.1
Your work is amazing. (I've already search for such plugin system without finding a really good architecture.) I'm relatively new to angular, and I don't master enough depecndencies injection with...
Thank you for a great example. Just wondering whethet we are able to include such external [dependencies](https://github.com/alexzuza/angular-plugin-architecture/blob/cli8/src/app/services/plugin-loader/plugin-externals.ts) to a plugin bundle. That would be great in order to make plugin...
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.13.0 to 3.13.1. Changelog *Sourced from [js-yaml's changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md).* > 3.13.1 / 2019-04-05 > ------------------- > > - Fix possible code execution in (already unsafe) `.load()`, [#480](https://github-redirect.dependabot.com/nodeca/js-yaml/issues/480). Commits...
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. Commits - [`523c5c7`](https://github.com/npm/node-tar/commit/523c5c7fef48b10811fccd12b42803c61b6aead8) 2.2.2 - [`7ecef07`](https://github.com/npm/node-tar/commit/7ecef07da6a9e72cc0c4d0c9c6a8e85b6b52395d) Bump fstream to fix hardlink overwriting vulnerability - [`9fc84b9`](https://github.com/npm/node-tar/commit/9fc84b9c596c3589d4c1ab050843de0eafb002e8) Use {} for hardlink tracking instead of [] -...
Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12. Commits - [`4235459`](https://github.com/npm/fstream/commit/42354590e23bb514eb5c869eea64406be2947c6c) 1.0.12 - [`6a77d2f`](https://github.com/npm/fstream/commit/6a77d2fa6e1462693cf8e46f930da96ec1b0bb22) Clobber a Link if it's in the way of a File - See full diff in [compare view](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12)...