@renet-consulting/control-value-accessor
v17.0.0
Published
This library has an implementation of control-value-accessor.
Downloads
532
Readme
ControlValueAccessor
This library was generated with Angular CLI version 8.1.0.
Code scaffolding
Run ng generate component component-name --project control-value-accessor
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project control-value-accessor
.
Note: Don't forget to add
--project control-value-accessor
or else it will be added to the default project in yourangular.json
file.
Build
Run ng build control-value-accessor
to build the project. The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with ng build control-value-accessor --prod
, go to the dist folder cd dist/control-value-accessor
and run npm publish
.
Running unit tests
Run ng test control-value-accessor
to execute the unit tests via Karma.
Further help
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
Release v17.0.0
Converted project to Angular v17
Release v16.0.0
Converted project to Angular v16
Release v15.0.0
Converted project to Angular v15
Release v14.0.0
Converted project to Angular v14
Release v10.0.2
Fixed naming convention
Release v10.0.1
Revert back to Angular9 to support es5
Release v10.0.0
Replaced ControlValueAccessorBase to ControlValueAccessorBaseDirective Replaced ProvidedControlValueAccessorBase to ProvidedControlValueAccessorBaseDirective
Release v9.0.1
Added @Directive() to supper classes
Release v9.0.0
Converted project to Angular v9