Skip to content

Commit 853a03f

Browse files
committed
πŸ‘· Tried to fix api-token-interceptor build
1 parent 9a512d4 commit 853a03f

28 files changed

+1
-3024
lines changed

β€Žprojects/api-token-interceptor/schematics/ng-add/index.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
} from '@angular-devkit/schematics';
77
import { NodePackageInstallTask } from '@angular-devkit/schematics/tasks';
88
import { applyToUpdateRecorder } from '@schematics/angular/utility/change';
9-
import { addSymbolToNgModuleMetadata } from '../../../../schematics/angular/utility/ast-utils';
9+
import { addSymbolToNgModuleMetadata } from '../utility/ast-utils';
1010
import * as ts from 'typescript';
1111

1212
export function ngAdd(): Rule {

0 commit comments

Comments
Β (0)