1.7.0 • Published 3 years ago

@oncarbon/ui-components-angular v1.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years 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

3 years ago

1.6.1

3 years ago

1.5.1

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.4

3 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.0

4 years ago

1.2.0

4 years ago