Skip to content

Commit 8b7a6af

Browse files
filipesilvahansl
authored andcommitted
docs: add module.id removal to moving doc
CLI projects don't need it, and soon Quickstart projects won't need it either so we might as well remove it.
1 parent be0762b commit 8b7a6af

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/documentation/stories/moving-into-the-cli.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Adjust paths on your app to use this folder e.g. `<img src='assets/my-image.jpg>
4444
There are a few adjustments you need to do to use the CLI build system.
4545
- Change any absolute paths you have for `templateUrl`, `styleUrls` or lazy loaded NgModules to
4646
relative paths instead.
47+
- Remove any `module.id` that you have in `@Component` metadata. They aren't needed in the CLI.
4748
- Polyfills are listed in `./src/polyfills.ts` so remove `core-js` and `zone.js` from `index.html`.
4849
- SystemJS is not needed anymore, so remove it from `index.html` as well.
4950
- Instead of using `<script>` and `<link>` tags directly in `index.html`, use

0 commit comments

Comments
 (0)