-
Notifications
You must be signed in to change notification settings - Fork 26.2k
docs: Bootstrapping guide prose for CLI #19777
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
You can preview 789dbd6 at https://pr19777-789dbd6.ngbuilds.io/. |
aio/content/guide/bootstrapping.md
Outdated
|
||
The [setup](guide/setup) instructions produce a new project with the following minimal `AppModule`. | ||
You'll evolve this module as your application grows. | ||
The [**Angular CLI**](https://cli.angular.io/) produce a new project with the following minimal `AppModule`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wouldnt be better to point to the getting started?
789dbd6
to
1ff3ec5
Compare
You can preview 1ff3ec5 at https://pr19777-1ff3ec5.ngbuilds.io/. |
aio/content/guide/bootstrapping.md
Outdated
|
||
Your initial app has only a single module, the _root_ module. | ||
As your app grows, you'll consider subdividing it into multiple "feature" modules, | ||
some of which can be loaded later ("lazy loaded") if and when the user chooses | ||
to visit those features. | ||
|
||
When you're ready to explore these possibilities, visit the [NgModules](guide/ngmodule) guide. | ||
When you're ready to explore these possibilities, visit the [Angular Module](guide/ngmodule) guide. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Angular Module --> Angular Modules
aio/content/guide/bootstrapping.md
Outdated
|
||
The [setup](guide/setup) instructions produce a new project with the following minimal `AppModule`. | ||
You'll evolve this module as your application grows. | ||
The [**Angular CLI**](https://cli.angular.io/) produce a new project with the following minimal `AppModule`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
produce --> produces
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love when you correct Ward 😂
aio/content/guide/bootstrapping.md
Outdated
<div class="l-sub-section"> | ||
Angular Modules are a way to consolidate features that belong together into discrete units. | ||
Many features of Angular itself are organized as Angular Modules. | ||
HTTP services are in the `HttpModule`. The router is in the `RouterModule`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HttpModule
--> HttpClientModule
(?)
1ff3ec5
to
ab4b22e
Compare
You can preview ab4b22e at https://pr19777-ab4b22e.ngbuilds.io/. |
missing:
|
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. |
See issue #19510.
PR Checklist
Please check if your PR fulfills the following requirements: