@gettrx/core-components-angular
v1.0.67
Published
Angular specific wrappers for @gettrx/core-components
Downloads
690
Readme
@gettrx/core-components-angular
Gettrx core components Angular specific UI components on top of @gettrx/core-components components.
How to use
The components are exported as an angular module.
// my-app.module.ts
import { GettrxModule } from "@gettrx/core-components-angular";
@NgModule({
imports: [GettrxModule],
})
export class MyAppModule {}
// my-app.component.html
<gtr-button>Trigger the button</gtr-button>;