Angular
DDA with Angular
Setup
npm i @dubai-design-system/components-angular"styles": [
"node_modules/@dubai-design-system/components-js/dist/dda/dda.css"
]<style>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</style>import { ComponentLibraryModule } from '@dubai-design-system/components-angular';
@NgModule({
imports: [ComponentLibraryModule],
})
export class AppModule {}Last updated

