---
canonical: https://amplience.com/developers/docs/technologies/angular/
title: Angular

description: Use the tutorials, sample code and Software Development Kits (SDK) provided here to find out how easy it is to use Amplience with the Angular framework.
audience: Developer
date_published: 2022-08-30
date_modified: 2023-05-17
---

# Angular

Tutorials, sample code and SDKs to assist your Angular development.

## Tutorials

- [Get started tutorial](https://amplience.com/developers/docs/start). An Angular example that demonstrates how use the Content Delivery SDK to retrieve content from the CMS and render it. Uses the example of a simple banner. Find this on GitHub in the [sample code](https://github.com/amplience/amplience-developer-portal-code-examples) repo.

## SDKs

- [Content Delivery SDK](https://github.com/amplience/dc-delivery-sdk-js). A JavaScript SDK that makes it easier to use the Content Delivery API.
- [Visualization SDK](https://github.com/amplience/dc-visualization-sdk). A JavaScript SDK for creating realtime visualisations.

## Sample code

The following examples all use the Angular framework.

### Extensions

#### Image transformation extension

The image transformation extension makes it easy for a user to apply [Dynamic Media parameters](../apis/media-delivery) to an image by choosing options in the user interface. The selected parameters are saved with the content item and can be used by your rendering code to transform the image on the fly using Dynamic Media.

Find it on [GitHub](https://github.com/amplience/dc-extension-di-transform).

#### Brand colours extension

This extension ensures that you can select from colours that are part of your branding. Your brand colours are defined in the extension parameters.

Find it on [GitHub](https://github.com/amplience/dc-extension-brand-colours).
