Skip to content

Commit

Permalink
updated cli
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Aug 14, 2024
1 parent 74d3547 commit 59d1cc1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as moment from 'moment';
import moment from 'moment';
import { ApplicationLifetimeExtension } from '../application_extension.model';
import { ComputecenterComponent } from '../../projectmanagement/computecenter.component';
import { ApplicationDissemination } from '../application-dissemination';
Expand Down
2 changes: 1 addition & 1 deletion src/app/layouts/full-layout.component.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ChangeDetectorRef, Component, OnInit } from '@angular/core';
import * as moment from 'moment';
import moment from 'moment';
import { Router } from '@angular/router';
import { ApiSettings } from '../api-connector/api-settings.service';
import { ClientService } from '../api-connector/client.service';
Expand Down
3 changes: 1 addition & 2 deletions src/app/projectmanagement/overview.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ import {
ViewChild,
inject,
} from '@angular/core';
import * as moment from 'moment';
import { forkJoin, Observable, Subscription } from 'rxjs';
import moment from 'moment'; import { forkJoin, Observable, Subscription } from 'rxjs';
import { ActivatedRoute, Router } from '@angular/router';
import { DOCUMENT } from '@angular/common';
import { Chart } from 'chart.js';
Expand Down
1 change: 1 addition & 0 deletions src/tsconfig.spec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"outDir": "../out-tsc/spec",
"baseUrl": "",
"types": [
Expand Down

0 comments on commit 59d1cc1

Please sign in to comment.