Skip to content

Commit

Permalink
chore(edit-content): use the new angular syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nicobytes committed Aug 16, 2024
1 parent 6078f9d commit 0116515
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Observable, forkJoin, of } from 'rxjs';

import { AsyncPipe, JsonPipe } from '@angular/common';
import { AsyncPipe } from '@angular/common';
import { ChangeDetectionStrategy, Component, OnInit, inject } from '@angular/core';
import { ActivatedRoute, RouterLink } from '@angular/router';

Expand Down Expand Up @@ -31,7 +31,6 @@ import { DotEditContentService } from '../../services/dot-edit-content.service';
selector: 'dot-edit-content-form-layout',
standalone: true,
imports: [
JsonPipe,
AsyncPipe,
DotMessagePipe,
ButtonModule,
Expand Down

0 comments on commit 0116515

Please sign in to comment.