UNPKG

tfabrica

Version:

library for TFabrica - TechSol

14 lines (9 loc) 401 B
<h1>Counter</h1> <p>This is a simple example of an Angular 2 component.</p> <p>Current count: <strong>{{ currentCount }}</strong></p> <button (click)="incrementCounter()">Increment</button> <md-toolbar color="primary" style="background-color: cadetblue"> <span>Custom Toolbar</span> <span fxFlex></span> <md-icon class="example-icon">verified_user</md-icon> </md-toolbar>