1.1.1 • Published 2 years ago

ngx-foundry-components v1.1.1

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

2 years ago

1.1.0

2 years ago

0.0.888

2 years ago

0.0.999

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago