ngx-oecd-ai-design-system
v9.0.2
Published
`ngx-oecd-ai-design-system` is the package shell for the OECD AI design system.
Downloads
4,150
Readme
ui
ngx-oecd-ai-design-system is the package shell for the OECD AI design system.
Public components are exposed through secondary entry points:
import { OecdTabsNavComponent } from 'ngx-oecd-ai-design-system/tabs-nav';
import { OecdTagSelectorComponent } from 'ngx-oecd-ai-design-system/tag-selector';Each entry point lives directly under libs/ui/<entry-point>. The package root intentionally exports no components, while libs/ui/styles is copied as a static package asset.
Running unit tests
Run npx nx test ui to execute the unit tests.
