> For the complete documentation index, see [llms.txt](https://tag.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://tag.angular-package.dev/getting-started/public-api.md).

# Public API

Public features that can be imported.

```typescript
import {
    // Attribute.
    Attribute,
    Attributes,

    // Tag.
    Tag,
    TagExtension,
    Tags,

    // Variable.
    Variable
    Variables
} from '@angular-package/tag';
```
