-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
879 additions
and
57 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
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 @@ | ||
TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false. |
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,17 @@ | ||
@fusionauth/angular-sdk / [Exports](modules.md) | ||
|
||
# FusionauthAngularSdk | ||
|
||
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.2.0. | ||
|
||
## Build | ||
|
||
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. | ||
|
||
## Running unit tests | ||
|
||
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). | ||
|
||
## Further help | ||
|
||
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page. |
72 changes: 72 additions & 0 deletions
72
packages/sdk-angular/docs/classes/FusionAuthLoginButtonComponent.md
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,72 @@ | ||
[@fusionauth/angular-sdk](../README.md) / [Exports](../modules.md) / FusionAuthLoginButtonComponent | ||
|
||
# Class: FusionAuthLoginButtonComponent | ||
|
||
## Table of contents | ||
|
||
### Constructors | ||
|
||
- [constructor](FusionAuthLoginButtonComponent.md#constructor) | ||
|
||
### Properties | ||
|
||
- [fusionAuth](FusionAuthLoginButtonComponent.md#fusionauth) | ||
- [state](FusionAuthLoginButtonComponent.md#state) | ||
|
||
### Methods | ||
|
||
- [login](FusionAuthLoginButtonComponent.md#login) | ||
|
||
## Constructors | ||
|
||
### constructor | ||
|
||
• **new FusionAuthLoginButtonComponent**(`fusionAuth`): [`FusionAuthLoginButtonComponent`](FusionAuthLoginButtonComponent.md) | ||
|
||
#### Parameters | ||
|
||
| Name | Type | | ||
| :----------- | :------------------------------------------ | | ||
| `fusionAuth` | [`FusionAuthService`](FusionAuthService.md) | | ||
|
||
#### Returns | ||
|
||
[`FusionAuthLoginButtonComponent`](FusionAuthLoginButtonComponent.md) | ||
|
||
#### Defined in | ||
|
||
[lib/components/fusionauth-login.button/fusion-auth-login-button.component.ts:12](https://github.com/FusionAuth/fusionauth-javascript-sdk/blob/53e4097ee736b5b67b1c6f60aea9b74238ada880/packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fusionauth-login.button/fusion-auth-login-button.component.ts#L12) | ||
|
||
## Properties | ||
|
||
### fusionAuth | ||
|
||
• `Private` **fusionAuth**: [`FusionAuthService`](FusionAuthService.md) | ||
|
||
#### Defined in | ||
|
||
[lib/components/fusionauth-login.button/fusion-auth-login-button.component.ts:12](https://github.com/FusionAuth/fusionauth-javascript-sdk/blob/53e4097ee736b5b67b1c6f60aea9b74238ada880/packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fusionauth-login.button/fusion-auth-login-button.component.ts#L12) | ||
|
||
--- | ||
|
||
### state | ||
|
||
• **state**: `undefined` \| `string` | ||
|
||
#### Defined in | ||
|
||
[lib/components/fusionauth-login.button/fusion-auth-login-button.component.ts:10](https://github.com/FusionAuth/fusionauth-javascript-sdk/blob/53e4097ee736b5b67b1c6f60aea9b74238ada880/packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fusionauth-login.button/fusion-auth-login-button.component.ts#L10) | ||
|
||
## Methods | ||
|
||
### login | ||
|
||
▸ **login**(): `void` | ||
|
||
#### Returns | ||
|
||
`void` | ||
|
||
#### Defined in | ||
|
||
[lib/components/fusionauth-login.button/fusion-auth-login-button.component.ts:14](https://github.com/FusionAuth/fusionauth-javascript-sdk/blob/53e4097ee736b5b67b1c6f60aea9b74238ada880/packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fusionauth-login.button/fusion-auth-login-button.component.ts#L14) |
61 changes: 61 additions & 0 deletions
61
packages/sdk-angular/docs/classes/FusionAuthLogoutButtonComponent.md
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,61 @@ | ||
[@fusionauth/angular-sdk](../README.md) / [Exports](../modules.md) / FusionAuthLogoutButtonComponent | ||
|
||
# Class: FusionAuthLogoutButtonComponent | ||
|
||
## Table of contents | ||
|
||
### Constructors | ||
|
||
- [constructor](FusionAuthLogoutButtonComponent.md#constructor) | ||
|
||
### Properties | ||
|
||
- [fusionAuth](FusionAuthLogoutButtonComponent.md#fusionauth) | ||
|
||
### Methods | ||
|
||
- [logout](FusionAuthLogoutButtonComponent.md#logout) | ||
|
||
## Constructors | ||
|
||
### constructor | ||
|
||
• **new FusionAuthLogoutButtonComponent**(`fusionAuth`): [`FusionAuthLogoutButtonComponent`](FusionAuthLogoutButtonComponent.md) | ||
|
||
#### Parameters | ||
|
||
| Name | Type | | ||
| :----------- | :------------------------------------------ | | ||
| `fusionAuth` | [`FusionAuthService`](FusionAuthService.md) | | ||
|
||
#### Returns | ||
|
||
[`FusionAuthLogoutButtonComponent`](FusionAuthLogoutButtonComponent.md) | ||
|
||
#### Defined in | ||
|
||
[lib/components/fusionauth-logout.button/fusion-auth-logout-button.component.ts:10](https://github.com/FusionAuth/fusionauth-javascript-sdk/blob/53e4097ee736b5b67b1c6f60aea9b74238ada880/packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fusionauth-logout.button/fusion-auth-logout-button.component.ts#L10) | ||
|
||
## Properties | ||
|
||
### fusionAuth | ||
|
||
• `Private` **fusionAuth**: [`FusionAuthService`](FusionAuthService.md) | ||
|
||
#### Defined in | ||
|
||
[lib/components/fusionauth-logout.button/fusion-auth-logout-button.component.ts:10](https://github.com/FusionAuth/fusionauth-javascript-sdk/blob/53e4097ee736b5b67b1c6f60aea9b74238ada880/packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fusionauth-logout.button/fusion-auth-logout-button.component.ts#L10) | ||
|
||
## Methods | ||
|
||
### logout | ||
|
||
▸ **logout**(): `void` | ||
|
||
#### Returns | ||
|
||
`void` | ||
|
||
#### Defined in | ||
|
||
[lib/components/fusionauth-logout.button/fusion-auth-logout-button.component.ts:12](https://github.com/FusionAuth/fusionauth-javascript-sdk/blob/53e4097ee736b5b67b1c6f60aea9b74238ada880/packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fusionauth-logout.button/fusion-auth-logout-button.component.ts#L12) |
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,43 @@ | ||
[@fusionauth/angular-sdk](../README.md) / [Exports](../modules.md) / FusionAuthModule | ||
|
||
# Class: FusionAuthModule | ||
|
||
## Table of contents | ||
|
||
### Constructors | ||
|
||
- [constructor](FusionAuthModule.md#constructor) | ||
|
||
### Methods | ||
|
||
- [forRoot](FusionAuthModule.md#forroot) | ||
|
||
## Constructors | ||
|
||
### constructor | ||
|
||
• **new FusionAuthModule**(): [`FusionAuthModule`](FusionAuthModule.md) | ||
|
||
#### Returns | ||
|
||
[`FusionAuthModule`](FusionAuthModule.md) | ||
|
||
## Methods | ||
|
||
### forRoot | ||
|
||
▸ **forRoot**(`fusionAuthConfig`): `ModuleWithProviders`\<[`FusionAuthModule`](FusionAuthModule.md)\> | ||
|
||
#### Parameters | ||
|
||
| Name | Type | | ||
| :----------------- | :------------------------------------------------------ | | ||
| `fusionAuthConfig` | [`FusionAuthConfig`](../interfaces/FusionAuthConfig.md) | | ||
|
||
#### Returns | ||
|
||
`ModuleWithProviders`\<[`FusionAuthModule`](FusionAuthModule.md)\> | ||
|
||
#### Defined in | ||
|
||
[lib/fusion-auth.module.ts:22](https://github.com/FusionAuth/fusionauth-javascript-sdk/blob/53e4097ee736b5b67b1c6f60aea9b74238ada880/packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/fusion-auth.module.ts#L22) |
Oops, something went wrong.