0.0.7 • Published 2 years ago

ngx-as-components v0.0.7

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

FDB Alertspace Components

Starter library to create reusable Angular components for FDB Alertspace projects.

Installation

It is recommended to use npm or yarn to install.

$ npm i ngx-as-components

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-as-components';

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

Custom Attributes

0.0.3

2 years ago

0.0.2

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

1.0.5

2 years ago