
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
@dubai-design-system/components-angular
Advanced tools
Angular package for Digital Dubai Design System, featuring Angular-compatible web components and modules.
This is a step-by-step guide to use the DDA components in Angular.
First, install the package:
npm i @dubai-design-system/components-angular
Next, add the material-icons package which is the icon package used by DDA:
Start by adding the material-icons package inside the <head> tag
<style>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</style>
Import and add the following to your app.module.ts file
import { ComponentLibraryModule } from '@dubai-design-system/components-angular';
@NgModule({
imports: [ComponentLibraryModule],
})
export class AppModule {}
You should now be able to use DDA components inside your app.component.html file:
<dda-button
button_color="default-primary"
start_icon="sentiment_satisfied"
end_icon="arrow_forward"
custom_class=""
component_mode=""
button_id="button"
aria_label="button"
onclick="console.log('clicked')"
>Button</dda-button>
Version: (3.12.3)
Version: (alpha)
Version: (3.11.9)
Version: (3.11.8)
Version: (3.11.7)
Version: (3.11.6) Published on: 01-september-2025
Version: (3.11.2) Published on: 20-august-2025
Version: (3.11.1) Published on: 18-august-2025
FAQs
Angular package for Digital Dubai Design System, featuring Angular-compatible web components and modules.
We found that @dubai-design-system/components-angular demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.