Skip to content

Commit

Permalink
Merge pull request #14851 from qmonmert/unused-front-imports
Browse files Browse the repository at this point in the history
[Angular] Sonar: Unused import
  • Loading branch information
mshima authored May 2, 2021
2 parents 856d391 + 4383341 commit 6b6e8aa
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 6b6e8aa

Please sign in to comment.