-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: hidden component * feat: create library documentation * feat: link from demo to docs * chore: run docs during build * fix: location of generated docs * fix: erroneous text in readme * chore: updated generated doc config Hide the coverage page Hide the private members Hide the Compodoc logo * docs: stubbed in some basic docs for widget * docs: adds docs to some components * chore: turn off coverage for deployed docs * chore: adds rxjs as a peerDependency * docs: stubs in some default docs * docs: correct typos
- Loading branch information
Showing
19 changed files
with
1,407 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"disableLifeCycleHooks": true, | ||
"disablePrivate": true, | ||
"hideGenerator": true, | ||
"name": "NGX JSOLN Schema Form", | ||
"output": "dist/demo/documentation", | ||
"theme": "material", | ||
"tsconfig": "./projects/ngx-json-schema-form/tsconfig.lib.json" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.