ctrl+shift+p filters: :st2 :st3 :win :osx :linux
浏览

Angular 2 Snippets (John Papa)

作者: pjlamb12 全部

Sublime Text 3 Angular 2 Snippets and Code Completions

标签 snippetsangular2

详细信息

  • 1.0.10
  • github.​com
  • github.​com
  • 8年前
  • 15分钟前
  • 8年前

安装数

  • 总数 61K
  • Win 37K
  • Mac 13K
  • Linux 12K
2021年8月6日 2021年8月5日 2021年8月4日 2021年8月3日 2021年8月2日 2021年8月1日 2021年7月31日 2021年7月30日 2021年7月29日 2021年7月28日 2021年7月27日 2021年7月26日 2021年7月25日 2021年7月24日 2021年7月23日 2021年7月22日 2021年7月21日 2021年7月20日 2021年7月19日 2021年7月18日 2021年7月17日 2021年7月16日 2021年7月15日 2021年7月14日 2021年7月13日 2021年7月12日 2021年7月11日 2021年7月10日 2021年7月9日 2021年7月8日 2021年7月7日 2021年7月6日 2021年7月5日 2021年7月4日 2021年7月3日 2021年7月2日 2021年7月1日 2021年6月30日 2021年6月29日 2021年6月28日 2021年6月27日 2021年6月26日 2021年6月25日 2021年6月24日 2021年6月23日
Windows 2 0 1 0 0 0 1 0 1 1 1 0 1 0 0 0 1 0 0 0 2 1 2 0 0 0 0 0 0 2 0 0 1 1 1 0 1 0 0 0 2 0 0 0 0
Mac 1 1 0 0 0 1 1 0 1 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0
Linux 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0

README

源代码
raw.githubusercontent.com

Angular 2 Sublime Snippets and Code Completions

Sublime Text 3 Angular 2 Snippets and Code Completions

安装

如果你使用 Package Control 为 Sublime Text,只需安装 Angular 2 Snippets (John Papa) 包。

或者,你可以直接将此仓库克隆到你的 Sublime 插件文件夹,并按以下步骤手动安装片段:

MacOS

cd ~/Library/Application Support/Sublime Text 3/Packages
git clone --depth 1 https://github.com/pjlamb12/st3-ng2-snippets.git

Linux (可能因发行版而异)

cd ~/.config/sublime-text-3/Packages
git clone --depth 1 https://github.com/pjlamb12/st3-ng2-snippets.git

Windows

cd "%APPDATA%\Sublime Text 3\Packages"
git clone --depth 1 https://github.com/pjlamb12/st3-ng2-snippets.git

注意: 如果你找不到正确的位置安装片段,请参阅有关此主题的 文档

可用片段

  • ng2-bootstrap-dev:Angular 2 开发 Bootstrap 片段
  • ng2-bootstrap-prod:Angular 2 生产 Bootstrap 片段
  • ng2-component:Angular 2 组件片段
  • ng2-http-get:Angular 2 HTTP Get 片段
  • ng2-http-post:Angular 2 HTTP Post 片段
  • ng2-import:Angular 2 Import 片段
  • ng2-on-changes:Angular 2 ngOnChanges 片段
  • ng2-pipe:Angular 2 Pipe 片段
  • ng2-root-component:Angular 2 Root Component 片段
  • ng2-router-config:Angular 2 Router Config 片段
  • ng2-service:Angular 2 服务片段
  • ng2-subscribe:Angular 2 Subscribe 片段
  • ngCurrency:Angular 2 Currency Pipe 片段
  • ngFor:Angular 2 ngFor 片段
  • ngIf:Angular 2 ngIf 片段
  • ngModel:Angular 2 ngModel 片段
  • ngSwitch:Angular 2 ngSwitch 片段
  • routerLink:Angular 2 routerLink 片段

致谢

上表中的可用片段是使用此处可用的 sublime snippet documenter 自动生成的。