Skip to content

Commit

Permalink
Collapse imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Raible committed Oct 5, 2021
1 parent a75538a commit 22c9b61
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Component, OnInit } from '@angular/core';
import { ActivatedRoute } from '@angular/router';
import { Router } from '@angular/router';
import { ActivatedRoute, Router } from '@angular/router';
import { <%= classify(name) %>Service } from '../<%=dasherize(name)%>.service';
import { <%= classify(name) %> } from '../<%=dasherize(name)%>';
import { map, switchMap } from 'rxjs/operators';
Expand Down

0 comments on commit 22c9b61

Please sign in to comment.