UNPKG

redux-app-examples

Version:

Examples of redux-app with Angular and React.

25 lines (21 loc) 1.02 kB
<div> <div class="container mt-5"> <div class="card"> <div class="card-body"> <!-- FRAMEWORK ICON --> <img src="/res/angular-icon-small.png" class="float-right" width="30" height="30" title="Using Angular" alt="Using Angular"> <!-- TITLE AND STUFF --> <h2 class="card-title mb-3">redux-app-examples</h2> <h6 class="card-subtitle text-muted mb-2"> examples of <a href="https://github.com/alonrbar/redux-app">redux-app</a> together with your favorite client side framework </h6> <a href="/"><i><small>back to main menu</small></i></a> <br><br> <h4><i>{{title}}</i></h4> <h4><small class="text-muted">{{subtitle}}</small></h4> <!-- EXAMPLE CONTENT GOES HERE --> <ng-content></ng-content> </div> </div> </div> </div>