Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 3b3a765

Browse files
authored
Feature/doc (#31)
* add compodoc package and create first doc * ignore fullAuthenticateProcess doc * ignore auth service private methods in documentation * ignore auth interceptor private methods * first jsdoc tag * add jsdoc for signupwith redirect * improve authservice doc * add full documentation for auth service * ignore doc for auth client * add some jsdoc to account access button component * fix btn account class when no widget * cover all component of jsdoc * imrpove doc and ignore documentation folder * reach full documentation coverage * try typedoc fo documentation * fix lint * reorder function in auth service * fix lint
1 parent 1eea4e4 commit 3b3a765

16 files changed

+11272
-1087
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,9 @@ testem.log
4747
Thumbs.db
4848
dist/cryptr/cryptr-angular/cryptr-cryptr-angular-0.0.1.tgz
4949
.cc_token
50+
51+
/projects/cryptr/cryptr-angular/documentation/*
52+
projects/cryptr/cryptr-angular/documentation/*
53+
54+
/doc/*
55+
doc/

0 commit comments

Comments
 (0)