Common angular componets user by me across js projects.
- form control, updateOn 'blur'
- member ordering (arrow functions with member function tslint)
- new components are recognized immediately (angular framework service)
- tag is recognized
- watch for polish signs in package.json
- add compileOnSave tsconfig.app.json
{
"ngx-ui-switch": "^1.4.4"
}
Decorator
export function Validated() {
return function <T extends Constructor<any>>(constructor: T) {
return class extends constructor {
};
};
}
Forget to MakeProvider
"Error: No value accessor for form control with unspecified name attribute"
Add MakeProvider to the component
ERROR Error: No value accessor for form control with
- fix inspector warnings
- run performance test