UNPKG

generator-fountain-angular2

Version:

Yeoman Fountain generator to scaffold a webapp with Angular 2 written in ES6 (Babel), TypeScript through Webpack or SystemJS including tools Gulp 4, ESLint, Browsersync and Karma

9 lines 198 B
<input #myInput [ngClass]="{'edit': editing, 'new-todo': newTodo}" [(ngModel)]="text" (keypress)="handleSubmit($event)" (blur)="handleBlur()" [placeholder]="placeholder" type="text" />