A template for Angular Lib & Docs use Docgeni.
Click the top right button "Use this template" of this repo.
https://docgeni.github.io/docgeni-template
npm run start
: start development for this lib, it is an alias fornpm run start:docs
npm run build
: build this angular component libnpm run test
: exec unit tests of component libnpm run build:docs
: build docs site to dist/docgeni-sitenpm run lint
: lint component lib
.
|ββ .docgeni
β βββ public
β β βββassets
β βββ images
β β βββtsconfig.json
βββ docs
β βββ guides
β β βββ getting-started.md
β β βββ index.md
β β βββ intro.md
β βββ zh-cn
β βββ guides
β βββ getting-started.md
β βββ index.md
β βββ intro.md
βββ src
β βββ README.md
β βββ button
β β βββ api
β β β βββ en-us.js
β β β βββ zh-cn.js
β β βββ button.component.html
β β βββ button.component.spec.ts
β β βββ button.component.ts
β β βββ button.module.ts
β β βββ doc
β β β βββ en-us.md
β β β βββ zh-cn.md
β β βββ examples
β β β βββ basic
β β β β βββ basic.component.css
β β β β βββ basic.component.html
β β β β βββ basic.component.ts
β β βββ index.ts
β β βββ package.json
β βββ karma.conf.js
β βββ ng-package.json
β βββ package.json
β βββ public-api.ts
β βββ test.ts
β βββ tsconfig.lib.json
β βββ tsconfig.lib.prod.json
β βββ tsconfig.spec.json
β βββ tslint.json
βββ angular.json
βββ tsconfig.json
βββ tslint.json
βββ package-lock.json
βββ package.json
βββ README.md
Current Angular Version: 18.x
Angular | Branch |
---|---|
11.x | ng-11.x |
12.x | ng-12.x |
13.x | ng-13.x |
14.x | ng-14.x |
15.x | ng-15.x |
16.x | ng-16.x |
17.x | ng-17.x |
18.x | master |