otter
otter copied to clipboard
The Otter project is a highly modular framework whose goal is to provide a common platform to accelerate and facilitate the development of runtime customizable Angular based Web Applications
### Context The VsCode extension is providing feature to simplify and accelerate the development of Otter Application. Today the VsCode application code inclus all the features provided by the extension....
## Proposed change When unit testing a component, we want to mock all (most of) its dependencies, this can be tedious `ng-mocks` already does that with very limited code to...
### Context In the current version the icon was copied and modified to accommodate the rules of the IntelliJ Plugin. ### Proposal We should have a step on the pipeline...
## Proposed change Give [knip](https://knip.dev/) a try.
### Context There's a great extension built for VS Code but many people across our organisation are using WebStorm and it would be nice to get the same features. Additional...
### Context As a developper I would like to have help from my IDE to add metadata to the different modules of Otter. ### Proposal - [ ] Intellisense for...
### Context Today in IT, we need to target a local registry to download the current version of the packages to test. To do so, we create (`set config` commands)...
### Context The `ngAdd` command is not correctly working on version `9.6.*`. The purpose is to properly test the `ngAdd` schematics in the context of Otter project (created with `npx...
### Context As a developer, when I generate my SDK, I would like to enforce having reviver to be able to extend my SDK. ### Proposal Add a global flag...
### Context The requirement is for syncing stores in feature modules instead of the root app module. This requires certain additional action types to be taken into account for invoking...