# angular-patch **Repository Path**: mirrors_warpech/angular-patch ## Basic Information - **Project Name**: angular-patch - **Description**: JSON Patch for Angular - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Angular Patch Synchronizes Angular scope with the server using JSON Patch protocol ([draft-ietf-appsawg-json-patch-10](http://tools.ietf.org/html/draft-ietf-appsawg-json-patch-10)). ## Demo The current version should be deployed here: - http://nextgen.pl/_/ng-patch/index.php/test - http://nextgen.pl/_/ng-patch/index.php/mcorder ## Usage Include the library files (see [dist/](https://github.com/warpech/angular-patch/tree/master/dist) directory): ```html ``` Make sure the `starcounterLib` module (that comes from `angular-patch.js`) is loaded in `ngApp`. The basic usage is: ```html ``` Even simplier, you can use the directive `ng-remoteapp` that will inject module `starcounterLib` for you. ```html ``` From now on, changes in root scope will be sent to server. *More docs will follow soon* ## Further development This is work in progress and it is not yet considered production ready. Please submit your comments in GitHub Issues board.