docs: edit copy of getting started step 3 (#32820)

PR Close #32820
This commit is contained in:
Kapunahele Wong
2019-09-20 16:22:58 -04:00
committed by Andrew Kushnir
parent f05e1719cc
commit 3805172f9c
2 changed files with 92 additions and 113 deletions

View File

@ -1,8 +1,8 @@
// #docplaster
// #docregion http-client-module-import, http-client-module
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { RouterModule } from '@angular/router';
// #docregion http-client-module-import
import { HttpClientModule } from '@angular/common/http';
// #enddocregion http-client-module-import
import { ReactiveFormsModule } from '@angular/forms';
@ -12,7 +12,6 @@ import { TopBarComponent } from './top-bar/top-bar.component';
import { ProductListComponent } from './product-list/product-list.component';
import { ProductAlertsComponent } from './product-alerts/product-alerts.component';
import { ProductDetailsComponent } from './product-details/product-details.component';
// #enddocregion http-client-module
import { CartComponent } from './cart/cart.component';
import { ShippingComponent } from './shipping/shipping.component';