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

8 lines 209 B
<header class="header"> <h1>todos</h1> <fountain-todo-text-input [newTodo]="true" (onSave)="handleSave($event)" [placeholder]="'What needs to be done?'" ></fountain-todo-text-input> </header>