docs: i18n code snippets#43216
Conversation
|
|
|
You can preview 44983ce at https://pr43216-44983ce.ngbuilds.io/. |
44983ce to
13b5093
Compare
|
You can preview 13b5093 at https://pr43216-13b5093.ngbuilds.io/. |
13b5093 to
f60a8e7
Compare
|
You can preview f60a8e7 at https://pr43216-f60a8e7.ngbuilds.io/. |
f60a8e7 to
5dd512d
Compare
|
You can preview 5dd512d at https://pr43216-5dd512d.ngbuilds.io/. |
|
You can preview 70bdf1a at https://pr43216-70bdf1a.ngbuilds.io/. |
70bdf1a to
10f7cb8
Compare
|
You can preview 10f7cb8 at https://pr43216-10f7cb8.ngbuilds.io/. |
10f7cb8 to
2a19278
Compare
|
You can preview 2a19278 at https://pr43216-2a19278.ngbuilds.io/. |
…nts (#43216) Now JSON files should be commented using ``` // #docregion ``` rather than ``` /* #docregion */ ``` There are currently no JSON files with either kind of comments so this change has no impact yet. But when we add some examples with such comments, they will also benefit from `// ... ` style docplasters to join docregion fragments. PR Close #43216
1�743216) It is now possible to specify file paths in the `"boilerplate-override"` property of `example-config.json` files to tell the example boilerplate system to use the file in the example directory rather than overwriting the example file with that from the boilerplate directory. PR Close #43216
Note that because `angular.json` is a "boilerplate" file we cannot just add comments to the one that is actually used in the application. Instead this commit makes a copy, which is annotated with docregions. To ensure that this file is not ignored by the example-collector, we had to update the `.gitignore` to not ignore this file. (This also allows the file to be easily stored tracked in git). PR Close #43216
…nts (#43216) Now JSON files should be commented using ``` // #docregion ``` rather than ``` /* #docregion */ ``` There are currently no JSON files with either kind of comments so this change has no impact yet. But when we add some examples with such comments, they will also benefit from `// ... ` style docplasters to join docregion fragments. PR Close #43216
1�743216) It is now possible to specify file paths in the `"boilerplate-override"` property of `example-config.json` files to tell the example boilerplate system to use the file in the example directory rather than overwriting the example file with that from the boilerplate directory. PR Close #43216
Note that because `angular.json` is a "boilerplate" file we cannot just add comments to the one that is actually used in the application. Instead this commit makes a copy, which is annotated with docregions. To ensure that this file is not ignored by the example-collector, we had to update the `.gitignore` to not ignore this file. (This also allows the file to be easily stored tracked in git). PR Close #43216
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Fixes #43215