angular/aio/content
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
..
cli docs: Edited to remove jargon in Reference Errors (#42186) 2021-06-08 12:45:23 -07:00
cli-src build(docs-infra): make the git ref for cli command docs configurable (#26391) 2018-10-11 12:57:49 -07:00
errors docs: Edited to remove jargon in Reference Errors (#42186) 2021-06-08 12:45:23 -07:00
examples docs: add step to declare ProductAlertsComponent in tutorial (#43229) 2021-08-30 13:37:45 -07:00
guide docs: Close #View tag to avoid confusion (#43256) 2021-08-26 09:44:08 -07:00
images docs: remove recent departures from contributors page (#43230) 2021-08-30 08:23:40 -07:00
marketing docs: remove recent departures from contributors page (#43230) 2021-08-30 08:23:40 -07:00
special-elements docs(core): edit and add docs for ng-template (#42704) 2021-07-12 09:39:29 -07:00
start docs: add step to declare ProductAlertsComponent in tutorial (#43229) 2021-08-30 13:37:45 -07:00
tutorial docs: remove End-to-end test files structure (#42844) 2021-07-14 11:12:42 -07:00
file-not-found.md refactor(docs-infra): migrate aio from tslint to eslint (#42820) 2021-07-20 11:55:28 -07:00
license.md docs: update year (#40925) 2021-02-22 12:37:40 -08:00
navigation.json docs: remove duplicate link to guide/inputs-outputs.md (#42654) 2021-06-29 09:27:47 -07:00