菜雞作者發現directive 沒處理好 bug 還沒修 按鈕 以往慣性使用Angular Material Button常常在使用時沒有考慮到太多情境這裡希望...
紀錄一下按鈕自訂元件處理事後 signal 練習 fromEvent 基本元件 export class ButtonDebounceComponent i...
搞一個可以共用的的彈窗模板先弄個Materila Dialog 底 //DialogComponent <h3 mat-dialog-title>...
每天都會發現bug 先弄一個手風琴元件 <section class="bg-neutral-100"> <div c...
構想完才發現 CDK layouts 處理了 元件內是不是符合尺寸區間的想法然後發現基本上是拉機沒有合理的使用情境糗爛 export class Day5Pag...
卡bug 明天繼續 import { Component } from '@angular/core'; import { LinePayComponent }...
弄個按鈕按一下會新增一個component然後把邏輯抽出去一個service搞出第二顆按鈕再放個上下移動處理順序 @Component({ selector...
import { HttpClient } from '@angular/common/http';import { Injectable } from '@a...
import { DatePipe } from '@angular/common'; import { Component, computed, effect...