Skip to content

Commit

Permalink
fix(@schematics/angular): add missing import for functional intercept…
Browse files Browse the repository at this point in the history
…or spec
  • Loading branch information
cexbrayat authored and angular-robot[bot] committed Dec 2, 2022
1 parent 2f92fe7 commit 49b313f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { TestBed } from '@angular/core/testing';
import { HttpInterceptorFn } from '@angular/common/http';

import { <%= camelize(name) %>Interceptor } from './<%= dasherize(name) %>.interceptor';

Expand Down

0 comments on commit 49b313f

Please sign in to comment.