---
lang: en
title: 'API docs: core.component.controllers'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/loopback-next/tree/master/packages/core
permalink: /doc/en/lb4/apidocs.core.component.controllers.html
---

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@loopback/core](./core.md) &gt; [Component](./core.component.md) &gt; [controllers](./core.component.controllers.md)

## Component.controllers property

An array of controller classes

<b>Signature:</b>

```typescript
controllers?: ControllerClass[];
```

