Skip to content

Commit

Permalink
[Angular] Unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed May 2, 2021
1 parent a36cb10 commit 4383341
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { NgbModal } from '@ng-bootstrap/ng-bootstrap';

import { I<%= entityAngularName %> } from '../<%= entityFileName %>.model';
<%_ if (!paginationNo) { %>
import { ASC, DESC, ITEMS_PER_PAGE, SORT } from 'app/config/pagination.constants';
import { ASC, DESC, ITEMS_PER_PAGE<%_ if (paginationPagination) { _%>, SORT<%_ } _%> } from 'app/config/pagination.constants';
<%_ } _%>
import { <%= entityAngularName %>Service } from '../service/<%= entityFileName %>.service';
<%_ if (!readOnly) { _%>
Expand Down

0 comments on commit 4383341

Please sign in to comment.