UNPKG

number-cruncher

Version:

Calculate total time based on lines of input with numbers on the end.

14 lines (12 loc) 450 B
import { HttpClientModule } from '@angular/common/http'; import { NgModule } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; import { AppComponent } from './app.component'; import { LoadService } from './load.service'; @NgModule({ declarations: [AppComponent], imports: [BrowserModule, HttpClientModule], providers: [LoadService], bootstrap: [AppComponent], }) export class AppModule {}