ng-yunzai-mobile
Version:
1. 修改wechat.micro.ts
12 lines (11 loc) • 342 B
JSON
{
"$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"ng-add": {
"description": "Adds Angular Firebase to the application without affecting any templates",
"factory": "./ng-add/index",
"schema": "./ng-add/schema.json",
"aliases": ["install"]
}
}
}