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

1.0.52 • Public • Published

@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>;

Related

Package Sidebar

Install

npm i @gettrx/core-components-angular

Weekly Downloads

232

Version

1.0.52

License

MIT

Unpacked Size

3.66 MB

Total Files

411

Last publish

Collaborators

  • jdiestra.gettrx
  • diwakar_gettrx
  • kortegagettrx
  • lmego.gettrx