Angular 购物商店(Angular 17)
Angular Shopping Store (Angular 17)
- 1. Chapter 1 Preview
- 1. 1.1 Desktop Preview
- 2. 1.2 Mobile Preview
- 3. 1.3 Application Flow
- 4. 1.4 Projects
- 2. Chapter 2 Angular Project Structure
- 1. 2.1 Pages
- 2. 2.2 Layout
- 3. 2.3 Home Page Layout
- 4. 2.4 Cart Page Layout
- 5. 2.5 Project Folder Structure
- 6. 2.6 Development Steps
- 3. Chapter 3 Create the Angular Application
- 1. 3.1 Create the Angular Application
- 2. 3.2 Do the Basic Setup
- 3. 3.3 Run the Application
- 4. Chapter 4 The Top Bar
- 1. 4.1 Create It
- 2. 4.2 TS
- 3. 4.3 HTML
- 4. 4.4 CSS
- 5. 4.5 Use It
- 6. 4.6 Style the Main Area
- 5. Chapter 5 The Footer
- 1. 5.1 Create It
- 2. 5.2 TS
- 3. 5.3 HTML
- 4. 5.4 CSS
- 5. 5.5 Use It
- 6. Chapter 6 The Home Page
- 1. 6.1 Create It
- 2. 6.2 Add Route
- 7. Chapter 7 [Home] Deals
- 1. 7.1 Create It
- 2. 7.2 TS
- 3. 7.3 HTML
- 4. 7.4 CSS
- 5. 7.5 Use It
- 8. Chapter 8 Products Data
- 1. 8.1 Create It
- 2. 8.2 Product Data Model
- 3. 8.3 Products Array
- 9. Chapter 9 [Home] Products
- 1. 9.1 Create It
- 2. 9.2 TS
- 3. 9.3 HTML
- 4. 9.4 CSS
- 5. 9.5 Use It
- 10. Chapter 10 Product Card Component
- 1. 10.1 Create It
- 2. 10.2 TS
- 3. 10.3 HTML
- 4. 10.4 CSS
- 5. 10.5 Use It
- 11. Chapter 11 The Truncate Pipe
- 1. 11.1 Create It
- 2. 11.2 TS
- 3. 11.3 Use It
- 12. Chapter 12 The Cart Service
- 1. 12.1 Create It
- 2. 12.2 The Data Models
- 3. 12.3 The cart Variable
- 4. 12.4 The addItem Method
- 5. 12.5 The increaseItem Method
- 6. 12.6 The decreaseItem Method
- 7. 12.7 The removeItem Method
- 13. Chapter 13 Use the Cart Service
- 1. 13.1 Update the Products Component
- 2. 13.2 Update the Top Bar Component
- 14. Chapter 14 The Cart Page
- 1. 14.1 Create It
- 2. 14.2 Add Route
- 3. 14.3 TS
- 4. 14.4 The Page Layout
- 5. 14.5 HTML - Header
- 6. 14.6 HTML - Items
- 7. 14.7 HTML - Total
- 8. 14.8 CSS
- 9. 14.9 Scroll Position Restoration
- 15. Chapter 15 The Cart Item Card Component
- 1. 15.1 Create It
- 2. 15.2 TS
- 3. 15.3 HTML
- 4. 15.4 CSS
- 5. 15.5 Use It
- 16. Chapter 16 Quantity Stepper
- 1. 16.1 Create It
- 2. 16.2 TS
- 3. 16.3 HTML
- 4. 16.4 CSS
- 5. 16.5 Use It
- 17. Chapter 17 The Node.js Application
- 1. 17.1 Create It
- 2. 17.2 Install Dependencies
- 3. 17.3 Create the Server
- 4. 17.4 Charge the Customer
- 18. Chapter 18 Checkout
- 1. 18.1 Install the Stripe Dependency
- 2. 18.2 Generate the Environments
- 3. 18.3 Provide the HttpClientModule
- 4. 18.4 Update the Cart Component
- 19. Chapter 19 The Success Page
- 1. 19.1 Create It
- 2. 19.2 Add Route
- 3. 19.3 TS
- 4. 19.4 HTML
- 5. 19.5 CSS
- 6. 19.6 Use It
- 20. Chapter 20 The Continue Shopping Button
- 1. 20.1 Create It
- 2. 20.2 TS
- 3. 20.3 HTML
- 4. 20.4 CSS
- 5. 20.5 Use It
- 21. Chapter 21. The Cancel Page
- 1. 21.1 Create It
- 2. 21.2 Add Route
- 3. 21.3 TS
- 4. 21.4 HTML
- 5. 21.5 CSS
- 6. 21.6 Use It