Максим Иванов

Results 216 issues of Максим Иванов

```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,...

``` protected readonly multiEditModal: ModalHandler = dialog() .setComponent(MultiEditShopLimitsModalComponent) .setFullOverlay() .setWidth('500px'); ```

feature

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

enhancement

![image](https://user-images.githubusercontent.com/12021443/47901997-5821c600-de92-11e8-8ef8-85a4ad40fb6c.png)

wontfix

## 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...