# Component Libs

> Native Federation has been tested with several popular Angular UI component libraries. Browse the demo repository to see compatibility results.

Native Federation is tested with several well-known Angular UI component libraries to ensure broad compatibility across the ecosystem.

## Demo Repository

The [demo repository](https://github.com/manfredsteyer/nf-test.git) compiles sample applications built with popular Angular UI libraries using Native Federation. This verifies that Native Federation works seamlessly with these libraries in real-world scenarios.

## Try It Yourself

Clone the repository and run any of the included demo apps:

```bash
git clone https://github.com/manfredsteyer/nf-test.git

cd nf-test

npm i
```

> **Note:** This repository is primarily for compatibility testing. For a working starter, see the [Example](/docs/v3/example/).

## Related

- [Example](/docs/v3/example/) — a working starter example
- [FAQ](faq.md) — common questions including CommonJS handling
