VSCode Plugins For Angular Cli

使用 VSCode 開發 Angular Cli 必備安裝套件。

Angular Language Service

1
{{ name }}

Angular TypeScript Snippets

使用關鍵字
a-component //產生元件類別

1
2
3
import { Component, OnInit } from '@angular/core'; @Component({ selector:
'selector-name', templateUrl: 'name.component.html' }) export class
NameComponent implements OnInit { constructor() { } ngOnInit() { } }

Nx Console

使用介面輸入指令,好處可預防cmd輸入錯誤,或者忘了指令。

Angular Schematics

跟 Nx Console 功能差不多。

作者

Nigo Chen

發表於

2022-06-19

更新於

2022-06-19

許可協議

評論