VSCode Plugins For Angular Cli
使用 VSCode 開發 Angular Cli 必備安裝套件。
Angular Language Service
1 | {{ name }} |
Angular TypeScript Snippets
使用關鍵字
a-component //產生元件類別
1 | import { Component, OnInit } from '@angular/core'; @Component({ selector: |
Nx Console
使用介面輸入指令,好處可預防cmd輸入錯誤,或者忘了指令。
Angular Schematics
跟 Nx Console 功能差不多。
VSCode Plugins For Angular Cli
https://punk-nigo.github.io/2022/06/19/VSCode-Plugins-For-Angular-Cli/