angular/aio/content/start
George Kalpakas dcfabf08af docs: add step to declare ProductAlertsComponent in tutorial (#43229)
The getting-started tutorial at angular.io/start instructs users to
generate a `ProductAlertsComponent` using the "Angular generator"
feature in [StackBlitz](https://stackblitz.com/). However, unlike the
Angular CLI, generating a component in StackBlitz does not automatically
declare it in `AppModule`, which is a requirement for the component to
be used in the application. This resulted in a compile error when
following the tutorial instructions.

This commit fixes this by adding a step to manually import and declare
the newly generated component in `app.module.ts`.

Fixes #43020
Closes #43212

PR Close #43229
2021-08-30 13:37:45 -07:00
..
index.md docs: add step to declare ProductAlertsComponent in tutorial (#43229) 2021-08-30 13:37:45 -07:00
start-data.md docs: add missing import to CartService tutorial instructions (#42701) 2021-07-07 09:54:55 -07:00
start-deployment.md docs: Remove references to protractor from documentation (#41731) 2021-05-03 14:26:09 -07:00
start-forms.md docs: remove unnecessary <hr /> tags in Getting Started sections (#40693) 2021-02-16 08:00:42 -08:00
start-routing.md docs: remove unnecessary <hr /> tags in Getting Started sections (#40693) 2021-02-16 08:00:42 -08:00