Updated the project.
This commit is contained in:
parent
5dfe9f128d
commit
7919556077
1550 changed files with 17063 additions and 40183 deletions
2
my-app/node_modules/@schematics/angular/utility/standalone/code_block.d.ts
generated
vendored
2
my-app/node_modules/@schematics/angular/utility/standalone/code_block.d.ts
generated
vendored
|
@ -13,7 +13,7 @@ export interface PendingCode {
|
|||
/** Imports that need to be added to the file in which the code is inserted. */
|
||||
imports: PendingImports;
|
||||
}
|
||||
/** Map keeping track of imports and aliases under which they're referred to in an expresion. */
|
||||
/** Map keeping track of imports and aliases under which they're referred to in an expression. */
|
||||
type PendingImports = Map<string, Map<string, string>>;
|
||||
/**
|
||||
* Callback invoked by a Rule that produces the code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue