1.1.1 • Published 3 years ago

ngx-foundry-components v1.1.1

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

3 years ago

1.1.0

3 years ago

0.0.888

3 years ago

0.0.999

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago