Skip to content

Automatically marks your component for change detection when properties change

License

Notifications You must be signed in to change notification settings

stephen-moyer/ngx-automark

Repository files navigation

ngx-automark

Automatically marks components for change detection in Angular. Similar to Fody's PropertyChanged in C#.

Reason behind this is to use the OnPush change detection strategy without having to worry about calling ChangeDetectorRef.markForCheck() everytime you update state.

EXPERIMENTAL. I would not use this. Just seeing if it's possible.

About

Automatically marks your component for change detection when properties change

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published