Some live experimentation?
app.component.html
: Obviously, most action is going on in here! Best viewed with browser and html code side by side.app.component.ts
: Injecting a pipe + setting up helpers forAsyncPipe
,DatePipe
andKeyValuePipe
.app.config.ts
: Loading/Setting locale defaults.
Node: v22.1.0
Angular: v18
cd angular-pipes
npm install
ng serve
There are some tests in hours.pipe.spec.ts
ng test