Igor Katsuba
Igor Katsuba
#### What roadmap is this issue about? - [x] Frontend Roadmap - [ ] Backend Roadmap - [ ] DevOps Roadmap - [ ] All Roadmaps #### What is this...
Added decorators for key parameters of the Command class. This improves auto-completion, and also guarantees correct type checking when compiling TS.
### Current Behavior I have eight Angular remote apps and a host. All of them have the standard configuration by official generators. All apps are built in the `dist` folder....
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
BreadcrumbPlugin was taken as-is from the original sentry. It is not matched with our code style guide. Needs to remove all @ts-ignore and eslint-disable
### Which @angular/* package(s) are relevant/related to the feature request? router ### Description ### What I have - host application - micro front-end applications that are loaded using `loadChildren` and...