angular/packages/core/schematics
Younes Jaaidi 1fe001e18b fix(migrations): fix provide-initializer migration when using useFactory (#58518)
Priori to this commit, initializer functions with dependencies were not migrated correctly.
With this commit, the function is executed in a injection context to allow the usage of `inject`.

PR Close #58518
2024-11-21 20:59:35 +00:00
..
migrations fix(migrations): fix provide-initializer migration when using useFactory (#58518) 2024-11-21 20:59:35 +00:00
ng-generate fix(migrations): Mark hoisted properties as removed in inject migration (#58804) 2024-11-21 20:58:26 +00:00
test fix(migrations): fix provide-initializer migration when using useFactory (#58518) 2024-11-21 20:59:35 +00:00
utils refactor(migrations): support running existing migrations with plain TS programs (#58541) 2024-11-08 17:22:06 +00:00
BUILD.bazel feat(core): add syntactic sugar for initializers (#53152) 2024-10-22 09:38:18 -07:00
collection.json feat(migrations): expose output as function migration (#58299) 2024-10-22 07:41:41 -07:00
migrations.json refactor(migrations): use import manager in provide-initializer (#58456) 2024-11-04 18:15:00 +01:00
package.json refactor(migrations): ensure CommonJS migrations can be accessed (#43657) 2021-10-04 16:24:48 -07:00
rollup.config.js build(migrations): skip source map generation (#58299) 2024-10-22 07:41:41 -07:00
tsconfig.json refactor(migrations): avoid relative imports in schematic code (#57214) 2024-08-29 07:50:41 -07:00