> For the complete documentation index, see [llms.txt](https://docs.angular-package.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.angular-package.dev/text/getting-started/public-api.md).

# Public API

Public features that can be imported.

```typescript
import {
    // Default
    AllowedChars,
    Template,
    Text,

    // Wrapper
    Wrap,
    Wrapped,
    Wrapper,

    // Tag
    Tag,
    Tags,
    Tagged,
} from '@angular-package/text';
```
