Volodymyr Usarskyy
Volodymyr Usarskyy
Hi everyone, I have a form that contains transcluded fields: ``` ``` Each of the text inputs has _ng-pattern_ and _ng-required_ validation. If user enters wrong text _ng-pattern_ sets form...
I have a component with a property: ``` const MyModule = namespace(`MyModule/`); @MyModule.State('prop1') public prop1!: SomeModel; ``` that is wired to a state module: ``` @Module({ namespaced: true }) export...
This issue can be easily reproduced if you have two classes with inheritance. If a parent class implements `OnDestroy` interface and a child overloads it, `@angular-eslint/use-lifecycle-interface` rule will report that...
Because `EnvDeploy` didn't prepare dev environment correctly, I experience the following issue: https://github.com/SynologyOpenSource/pkgscripts-ng/issues/47 After I mounted those devices manually, I was able to build the example package as expected. My...
Plugin suggests to rename WebAPI actions which is not completely correct. WebAPI action name should not reflect the way how it is executed. Example: I get a suggestion to rename...
### Which @angular/* package(s) are relevant/related to the feature request? forms ### Description Demo app: https://github.com/usarskyy/form-initialization I understand that below described use case is not really related to Angular Forms...