@oncarbon/ui-components-angular
TypeScript icon, indicating that this package has built-in type declarations

1.7.0 • Public • Published

@oncarbon/ui-components-angular

Oncarbon Angular specific UI components on top of @oncarbon/ui-components components.

How to use

The components are exported as an angular module.

// my-app.module.ts
import { OncarbonModule } from "@oncarbon/ui-components-angular";

@NgModule({
  imports: [OncarbonModule],
})
export class MyAppModule {}

// my-app.component.html
<onc-flight-itinerary-info-popover itinerary-oncarbon-id="1234">
  <button>Trigger the popover</button>
</onc-flight-itinerary-info-popover>;

Related

License

Package Sidebar

Install

npm i @oncarbon/ui-components-angular

Weekly Downloads

12

Version

1.7.0

License

MIT

Unpacked Size

122 kB

Total Files

19

Last publish

Collaborators

  • tomioncarbon