Skip to content

Commit bd55bf0

Browse files
clydinhansl
authored andcommitted
refactor(@angular-devkit/build-angular): enable direct template loading
1 parent 1e7cf9b commit bd55bf0

File tree

1 file changed

+1
-0
lines changed
  • packages/angular_devkit/build_angular/src/angular-cli-files/models/webpack-configs

1 file changed

+1
-0
lines changed

packages/angular_devkit/build_angular/src/angular-cli-files/models/webpack-configs/typescript.ts

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ function _createAotPlugin(
8282
forkTypeChecker: buildOptions.forkTypeChecker,
8383
contextElementDependencyConstructor: require('webpack/lib/dependencies/ContextElementDependency'),
8484
logger: wco.logger,
85+
directTemplateLoading: true,
8586
...options,
8687
};
8788
return new AngularCompilerPlugin(pluginOptions);

0 commit comments

Comments
 (0)