DGDao-ayan, Gerlie E.ingerliedaoayan.hashnode.dev·Nov 26, 2024 · 1 min readActivity 35: Personal PortfolioHigh Fidelity A screenshot of your final output (on the live website) FIREBASE LINK : https://gerlie-porfolio.web.app/GITHUB LINK: https://github.com/Gerliedao-ayan/porfolio00
DGDao-ayan, Gerlie E.ingerliedaoayan.hashnode.dev·Nov 21, 2024 · 1 min readActivity 31: Angular Ecommerce Product List1. Project Setup : Create a new folder for your product component: src/app/product Create the necessary files: product.service.ts product.model.ts product.component.ts product.component.html 2. product.service.ts: 3. product.model.ts: 4. ...00
DGDao-ayan, Gerlie E.ingerliedaoayan.hashnode.dev·Nov 21, 2024 · 1 min readActivity 32: Angular Library Gridlibrary.model.ts library.component.ts library.component.html library.component.css Make sure you have myGridItems, gridHeaders, and gridKeys defined in your app.component.ts. Explanation: Library Structure: We created a library project wi...00
DGDao-ayan, Gerlie E.ingerliedaoayan.hashnode.dev·Nov 21, 2024 · 1 min readActivity 33: Angular Recipe Grid1. Project Setup: Create a new folder for your recipe component: src/app/recipe Create the necessary files: recipe.service.ts recipe.model.ts recipe.component.ts recipe.component.html 2. recipe.service.ts: 3. recipe.model.ts: 4. recipe.co...00
DGDao-ayan, Gerlie E.ingerliedaoayan.hashnode.dev·Nov 19, 2024 · 7 min readActivity 25: SOLID PRINCIPLES in AngularSOLID Principles: Single Responsibility Principle (SRP): Explanation: is a fundamental principle of software engineering which states that a class or module should have only one reason to change. In other words, it should have only one responsibil...00