Skip to content

Commit

Permalink
fix: link to angular 12 ivy docs
Browse files Browse the repository at this point in the history
Closes #2228
  • Loading branch information
jsoref authored and alan-agius4 committed Jan 25, 2022
1 parent edb5496 commit be4c280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ts/tsconfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export async function initializeTsConfig(
'Project is attempting to disable the Ivy compiler. ' +
'Angular versions 13 and higher do not support View Engine compiler for libraries. ' +
'The Ivy compiler will be used to build this project. ' +
'\nFor additional information or if the build fails, please see https://angular.io/guide/ivy',
'\nFor additional information or if the build fails, please see https://v12.angular.io/guide/ivy',
);

defaultTsConfigParsed.options.enableIvy = true;
Expand Down

0 comments on commit be4c280

Please sign in to comment.