Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 635 Bytes

File metadata and controls

17 lines (10 loc) · 635 Bytes

AngularTimer18

This project was generated with Angular CLI version 17.0.6.

It has three components that implement timer/countdown logic:

  1. First one uses setInterval and markForCheck, injects Window
  2. Second one uses setInterval and signals, injects Window
  3. Third one uses RxJs interval and signals

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.