1.7.0 • Published 1 year ago

@oncarbon/ui-components-angular v1.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@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

1.7.0

1 year ago

1.6.1

2 years ago

1.5.1

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.4

2 years ago

1.4.3

2 years ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago