UNPKG

redux-app-examples

Version:

Examples of redux-app with Angular and React.

11 lines (8 loc) 323 B
<div> <example-frame [title]="vm.root.title" [subtitle]="vm.root.subtitle"> <div class="row"> <app-counter class="w-25 m-3" [vm]="vm.root.counter1"></app-counter> <app-counter class="w-25 m-3" [vm]="vm.root.counter2"></app-counter> </div> </example-frame> </div>