Browse Source

unused comment operator removed

pull/11576/head
Mahmut Gundogdu 5 years ago
parent
commit
8b63a6e98e
  1. 2
      npm/ng-packs/packages/theme-shared/src/lib/components/confirmation/confirmation.component.ts

2
npm/ng-packs/packages/theme-shared/src/lib/components/confirmation/confirmation.component.ts

@ -1,7 +1,7 @@
import { Component } from '@angular/core';
import { ReplaySubject } from 'rxjs';
import { Confirmation } from '../../models/confirmation';
//
@Component({
selector: 'abp-confirmation',
templateUrl: './confirmation.component.html',

Loading…
Cancel
Save