angular-library-starter:for Angular(v2 +)库的极简入门(w AOT支持)

由于地球上的时间有限(一天24小时太短了!),令人遗憾的是我不再支持该项目。请使用。 :top_hat:极简主义的Angular库入门如果您需要(快速)为Angular(v2 +)应用程序创建和发布库,那么这是一个极简的入门。最重要的文件package.json { "name": "@manekinekko/angular-library-starter", "version": "1.0.0", "main": "dist/index.js", "types": "dist/index.d.ts", "private": false, "scripts": { "build:aot": "ngc -p tsconfig.json", }, //... } tsconfig.json { "compi
zip
angular-library-starter-master.zip 预估大小:18个文件
folder
angular-library-starter-master 文件夹
file
.gitignore 386B
file
package.json 1KB
folder
src 文件夹
file
custom-typings.d.ts 3KB
file
index.ts 22B
folder
lib 文件夹
folder
component 文件夹
file
app.component.ts 242B
file
app.module.ts 539B
file
app.pipe.ts 236B
file
index.ts 88B
file
app.service.ts 142B
file
tsconfig.json 875B
file
_config.yml 26B
file
README.md 4KB
file
circle.yml 133B
file
appveyor.yml 346B
file
.npmignore 389B
file
.editorconfig 260B
file
typings.d.ts 175B
file
yarn.lock 6KB
zip 文件大小:11.98KB