[@rxap/layout](../wiki/globals) / AppsButtonComponent

# Class: AppsButtonComponent

Defined in: [default-header/apps-button/apps-button.component.ts:35](https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/layout/src/lib/default-header/apps-button/apps-button.component.ts#L35)

## Implements

- `OnInit`

## Constructors

### new AppsButtonComponent()

> **new AppsButtonComponent**(): [`AppsButtonComponent`](../wiki/Class.AppsButtonComponent)

#### Returns

[`AppsButtonComponent`](../wiki/Class.AppsButtonComponent)

## Properties

### appList

> `readonly` **appList**: `Signal`\<`AppsNavigationConfig`[]\>

Defined in: [default-header/apps-button/apps-button.component.ts:42](https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/layout/src/lib/default-header/apps-button/apps-button.component.ts#L42)

***

### externalAppsService

> `protected` `readonly` **externalAppsService**: [`ExternalAppsService`](../wiki/Class.ExternalAppsService)

Defined in: [default-header/apps-button/apps-button.component.ts:41](https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/layout/src/lib/default-header/apps-button/apps-button.component.ts#L41)

***

### hasApps

> `readonly` **hasApps**: `Signal`\<`boolean`\>

Defined in: [default-header/apps-button/apps-button.component.ts:43](https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/layout/src/lib/default-header/apps-button/apps-button.component.ts#L43)

***

### isOpen

> `readonly` **isOpen**: `WritableSignal`\<`boolean`\>

Defined in: [default-header/apps-button/apps-button.component.ts:39](https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/layout/src/lib/default-header/apps-button/apps-button.component.ts#L39)

The signal that indicates if the app list is open

## Methods

### ngOnInit()

> **ngOnInit**(): `void`

Defined in: [default-header/apps-button/apps-button.component.ts:49](https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/layout/src/lib/default-header/apps-button/apps-button.component.ts#L49)

A callback method that is invoked immediately after the
default change detector has checked the directive's
data-bound properties for the first time,
and before any of the view or content children have been checked.
It is invoked only once when the directive is instantiated.

#### Returns

`void`

#### Implementation of

`OnInit.ngOnInit`

***

### toggle()

> **toggle**(): `void`

Defined in: [default-header/apps-button/apps-button.component.ts:45](https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/layout/src/lib/default-header/apps-button/apps-button.component.ts#L45)

#### Returns

`void`
