json 可视代码工作室Angular with Firebase片段

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json 可视代码工作室Angular with Firebase片段相关的知识,希望对你有一定的参考价值。

{
	"Manual Import": {
		"prefix": "a-import",
		"body": [
			"import {  } from '$0';"
		],
		"description": "Boilerplate import syntax for things missed by Auto Import"
	},
	"Standard Firebase Import": {
		"prefix": "a-firebase-import",
		"body": [
			"import * as firebase from 'firebase/app';"
		],
		"description": "Import statement to use the standard Firebase JavaScript API"
	},
	"Empty Fat arrow function": {
		"prefix": "a-fat-arrow",
		"body": [
			" ($0) => { \n }"
		],
		"description": "Import statement to use the standard Firebase JavaScript API"
	}	
}

以上是关于json 可视代码工作室Angular with Firebase片段的主要内容,如果未能解决你的问题,请参考以下文章