diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index 7b1dea54ba..82cb75b88e 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -1226,6 +1226,10 @@ { "text": "Angular", "items": [ + { + "text": "Overview", + "path": "framework/ui/angular/overview.md" + }, { "text": "Quick Start", "path": "framework/ui/angular/quick-start.md" diff --git a/docs/en/framework/ui/angular/overview.md b/docs/en/framework/ui/angular/overview.md new file mode 100644 index 0000000000..3b54b395e1 --- /dev/null +++ b/docs/en/framework/ui/angular/overview.md @@ -0,0 +1,14 @@ +# Angular UI + +[Angular](https://angular.dev/) is a framework for building interactive, client-side web UIs using [TypeScript](https://www.typescriptlang.org) and [NodeJS](https://nodejs.org). + +ABP Angular provides the infrastructure to communicate with the ABP backend and offers utilities to simplify frontend development. We’ll explore and dive into the details under the following main topics: + +- Development +- Core Functionality +- Utilities +- Customization +- Components + + +You can also make a [Quick Start](./quick-start.md) \ No newline at end of file