1.1.1 • Published 8 months ago

ngx-foundry-components v1.1.1

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

Foundry Components

Starter library to create reusable Angular components for Foundry Interactive projects.

Installation

It is recommended to use @angular/cli to install.

$ ng add ngx-foundry-components

More information about @angular/cli can be found here.

You can also install ngx-foundry-components with npm or yarn.

Usage

Import the component modules you want to use in your app.module.ts file and feature modules.

// app.module.ts

import { ButtonComponent } from 'ngx-foundry-components';

@NgModule({
  imports: [ButtonComponent],
})
export class AppModule {}
1.1.1

8 months ago

1.1.0

8 months ago

0.0.888

8 months ago

0.0.999

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago