# AngularSelectorExtractor

**Kind:** Class

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/detectors/angular-selector-extractor.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/detectors/angular-selector-extractor.ts#L18)

Angular Selector Extractor

## Methods

| Method | Signature | Returns |
|---|---|---|
| `extractFromTemplate` | `extractFromTemplate(template: string)` | `ExtractedSelectors` |

## Where it refuses work

- `AngularSelectorExtractor` stops the work with an early return when `!template || template.trim().length === 0`.
- `AngularSelectorExtractor` stops the work with an early return when `testId`.
- `AngularSelectorExtractor` stops the work with an early return when `id`.
- `AngularSelectorExtractor` stops the work with an early return when `formControlName`.
- `AngularSelectorExtractor` stops the work with an early return when `firstClass`.
- `AngularSelectorExtractor` stops the work with an early return when `match`.
