Angular6組件化

前言 大家再用angular的時候都知道它有種種好處,其中一個就是組件化,下面介紹一下它的簡單應用 //component.ts頁面會寫這樣的裝飾器 @Component({ selector: 'app-root', templateUrl: './app.component.html', styleUrls: ['./app.component.css'] }) 1 2 3 4 5
相關文章
相關標籤/搜索