Angular data services for apps that don't want to be Angular

Source for this demo, other examples at bahmutov/ng-services and available on NPM.

Another example: TodoMVC with ng-describe and virtual-dome

ng-services clock with virtual-dom

The timestamp is generates using $interval service, formatted using date filter and emitted via root scope every second. All this is hidden from the user, and the application rendering is done using virtual-dom.

Application code using virtual-dom