# WireBootstrap Angular Component

The WireBootstrap Angular Component is an Angular component that can render any WireBootstrap component using the WireBootstrap component's [native configuration](https://docs.wirebootstrap.com/wirebootstrap/working-with-components/configuration) and Angular's standard binding conventions.

The examples in this section are part of the WireBootstrap for Angular solution.  See [Installation](/angular/installation.md) or [Sample Project](/angular/sample-project.md) for details on how to install and start using the solution.

After installing and running the sample project for WireBootstrap for Angular, a page will be loaded in a browser window showing two HTML tables.

The first table demonstrates how to use [property binding](/angular/wirebootstrap-angular-component/property-binding.md) with the WireBootstrap for Angular Component.  The second demonstrates how to use [code binding](/angular/wirebootstrap-angular-component/code-binding.md) in order to have more control over binding to and presenting data in the component.

##


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wirebootstrap.com/angular/wirebootstrap-angular-component.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
