Skip to content

dagi12/eryk-web-angular-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eryk-web-angular-common

Common angular componets user by me across js projects.

Cli update should fix

  • form control, updateOn 'blur'

Webstorm update should fix

  • member ordering (arrow functions with member function tslint)
  • new components are recognized immediately (angular framework service)
  • tag is recognized

Common pitfalls

  • watch for polish signs in package.json
  • add compileOnSave tsconfig.app.json

Dependencies

{
  "ngx-ui-switch": "^1.4.4"
}

Snippets

Decorator

export function Validated() {
  return function <T extends Constructor<any>>(constructor: T) {
    return class extends constructor {

    };
  };
}

Common errors

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

Global changes

  • fix inspector warnings
  • run performance test

About

Common angular componets user by me across js projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published