ngx-planet icon indicating copy to clipboard operation
ngx-planet copied to clipboard

🚀🌍🚀A powerful, reliable, fully-featured and production ready Micro Frontend library for Angular.

Results 22 ngx-planet issues
Sort by recently updated
recently updated
newest added

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

Bumps [braces](https://github.com/micromatch/braces) from 1.8.5 to 2.3.2. Changelog Sourced from braces's changelog. [2.3.2] - 2018-04-08 start refactoring cover sets better range handling [2.3.1] - 2018-02-17 Remove unnecessary escape in Regex. (#14)...

dependencies

**Describe the bug** I have implemented lazy loading in my new app. It is creating the app with its lazy load chunk file. But when I click the link, it...

Version: Angular 12 **To Reproduce** 1. set app2's sandbox to true 2. Refresh any page route of app2 **Expected behavior** Normal load sub application(app2) **Screenshots** You can test it switch...

when I trigger the route navigate of app2 in app1, canDeactivate guard does not normally block the current navigate

使用ngx-planet的项目,能不能用@uirouter/angular来代替@angular/router?

**Describe the bug** appStatusChange observer changed status but not sync to planet.appsStatus **To Reproduce** 1. Invoke the following code ```ts this.planet.appStatusChange.subscribe((status: AppStatusChangeEvent) => { if (status.app.name === 'key' && status.status...

**Describe the solution you'd like** `ng add @worktile/planet` - prompt "Choose application type, portal or sub application" - add `@worktile/planet` to package.json - prompt "Please input sub application name?" if...