docs: fix typo in compiler options guide (#32348)

PR Close #32348
This commit is contained in:
Issei Horie 2019-08-28 00:50:14 +09:00 committed by Miško Hevery
parent 288e5d894d
commit 03cbce8c66
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ When enabled, the `.js` output of `ngc` does not include any lazy-loaded templat
### `enableLegacyTemplate`
When true, enables use of the `<template>` element, which was deprecated in Angular 4.0, in favor of `<ng-template>` (to avoid colliding with the DOM's element of the same name). Default is false. Might be required by some third-party Angular libraries. |
When true, enables use of the `<template>` element, which was deprecated in Angular 4.0, in favor of `<ng-template>` (to avoid colliding with the DOM's element of the same name). Default is false. Might be required by some third-party Angular libraries.
### `flatModuleId`