angular-plugin-architecture icon indicating copy to clipboard operation
angular-plugin-architecture copied to clipboard

Example of building Angular plugin with AOT and SSR

Results 52 angular-plugin-architecture issues
Sort by recently updated
recently updated
newest added

Using [share-lib-between-app-and-plugins](https://github.com/alexzuza/angular-plugin-architecture/tree/share-lib-between-app-and-plugins) branch, when defining an `InjectionToken` that injected into a shared service and provided in the `AppModule`'s `NgModule`.`providers` is not injected into the service called from within the plugins...

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

How can I add external library like "@angular/material" to shared module?

Hi! First of all, thanks for your brilliant research and solution! My question is about the "dev" (debug) mode. How do you guys do it? Are you rebuilding the plugin...

Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4. Release notes Sourced from https-proxy-agent's releases. 2.2.4 Patches Add .editorconfig file: a0d4a20458498fc31e5721471bd2b655e992d44b Add .eslintrc.js file: eecea74a1db1c943eaa4f667a561fd47c33da897 Use a net.Socket instead of a plain EventEmitter...

dependencies

Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...

dependencies

``` [4/4] Building fresh packages... success Saved lockfile. $ tsc -p builders/tsconfig.builders.json builders/plugin-builder/index.ts:2:3 - error TS2305: Module '"../../node_modules/@an gular-devkit/build-angular/src"' has no exported member 'BrowserBuilder'. 2 BrowserBuilder, ~~~~~~~~~~~~~~ builders/plugin-builder/index.ts:3:3 - error...

Hi, How can we load assets (image, i18n json files) used in plugin components? While loading them dynamically from client app, it searches in assets folder of client app. One...

Firstly, thanks for creating and sharing this. I'm going to try using it, as I've been unsuccessful with all other approaches, usually due to lack of AoT support. Do you...