KKoronumainkoronuma.hashnode.dev·Nov 17, 2024 · 3 min readActivity # 33 Angular recipe gridapp.component.html <style> body { background-color: #f2f2f2; } h1 { background-color: #333; color: #fff; padding: 10px; text-align: center; margin-top: 10px; } .input-contai...00
KKoronumainkoronuma.hashnode.dev·Nov 17, 2024 · 3 min readAngular library grid - Activity#32app.component.html <style> body { background-color: #f2f2f2; } h1 { background-color: #333; color: #fff; padding: 10px; text-align: center; margin-top: 10px; } .input-contai...00
KKoronumainkoronuma.hashnode.dev·Nov 17, 2024 · 3 min readActivity # 31 Angular E -commerce product listapp.component.html <style> body { background-color: #f2f2f2; } h1 { background-color: #333; color: #fff; padding: 10px; text-align: center; margin-top: 10px; } .input-container { margin-bot...00
KKoronumainkoronuma.hashnode.dev·Oct 14, 2024 · 1 min readActivity 30: HTTP Status CodesResearch and understand the various HTTP status codes used in RESTful APIs to indicate the result of an API request. Focus on these main categories: 1xx (Informational): These codes indicate that the request was received and is being processed, but ...00
KKoronumainkoronuma.hashnode.dev·Oct 14, 2024 · 7 min readActivity 29: HTTP MethodsHTTP request methods HTTP defines a set of request methods to indicate the purpose of the request and what is expected if the request is successful. Although they can also be nouns, these request methods are sometimes referred to as HTTP verbs. Each ...00