mattupstate/angular-pipeline-example

View on GitHub
src/app/home/home.component.html

Summary

Maintainability
Test Coverage
<h1 i18n="Home page title@@homePageTitle">Home</h1>
<p i18n="Home page content@@homePageContent">Welcome to angular-pipeline-example on the web</p>
<button (click)="throwError()">Throw error</button>