DDarsieindarsssiiieee.hashnode.dev·Dec 1, 2024 · 2 min readActivity 35: Personal PortfolioUse your activity #7 for this The layout is divided into several sections: Header: The Header typically contains the website's logo, navigation menu, and maybe a call-to-action button. This section is placed at the top of the page and helps users ea...00
DDarsieindarsssiiieee.hashnode.dev·Nov 25, 2024 · 3 min readActivity 34: Test API in POSTMANInstruction: https://activity.thirdygayares.com/default-guide/system-integration-and-architecture/postman These descriptions should give you a clear understanding of each API endpoint's purpose and functionality, which is useful for testing and debug...00
DDarsieindarsssiiieee.hashnode.dev·Nov 23, 2024 · 3 min readActivity 33: Angular Recipe Gridrecipe.service.ts This file will provide methods to interact with recipe data, such as fetching, adding, updating, or deleting recipes. import { Injectable } from '@angular/core'; import { Recipe } from './recipe.model'; import { Observable } from 'r...00
DDarsieindarsssiiieee.hashnode.dev·Nov 23, 2024 · 4 min readActivity 32: Angular Library Gridbook.service.ts This file will contain the BookService which is responsible for managing the data of the books. It might handle HTTP requests to an API. import { Injectable } from '@angular/core'; import { Book } from './book.model'; import { Observa...00
DDarsieindarsssiiieee.hashnode.dev·Nov 19, 2024 · 5 min readActivity 31: Angular Ecommerce Product ListThis documentation provides a comprehensive overview of an Angular ProductComponent, a standalone component designed for e-commerce applications. It includes functionality to add products to the cart and wishlist. Component Decorator import { Compone...00