Максим Иванов
Максим Иванов
```html ``` new behaviour ```html ```
https://gist.github.com/caroso1222/1c99aee8c9efe873902a9c590ab7b40a
instead ```ts public formGroup: FormGroup = this.fb.group({ systemName: new FormControl(null, Validators.required), fullName: new FormControl(null, Validators.required), alertTypeId: new FormControl(null, [Validators.required, isIntegerValidator()]), instructionId: new FormControl(null, [Validators.required, isIntegerValidator()]), priorityId: new FormControl(null, [ Validators.required,...
need dynamic calculate max-height
``` protected readonly multiEditModal: ModalHandler = dialog() .setComponent(MultiEditShopLimitsModalComponent) .setFullOverlay() .setWidth('500px'); ```
1. Check problem with stackblitz 2. Create unit test for LifeCycle 3. Add contribution.md
## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Performance issue [x] Feature...
## Feature Request ``` $ ng g ngxs-schematics:store folder/test_state --spec [CREATE] ./app/folder/test_state.state.ts [CREATE] ./app/folder/test_state.actions.ts [CREATE] ./app/folder/test_state.state.spec.ts [UPDATE] ./app/app.module.ts ``` ### Desired behavior Proper storage generation

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows [Conventional Commits](https://www.conventionalcommits.org/en/) - [ ] Tests for the changes have been added...