1.0.3 • Published 6 years ago

ngx-atomic v1.0.3

Weekly downloads
9
License
MIT
Repository
github
Last release
6 years ago

Atomic Framework

An UI Platform for layouts, icons, custom components and themes. This should be added as a dependency for any project that wants to use layouts, icons and themes for Angular Material.

Installation

This component can be installed as npm package.

npm i -save ngx-atomic

Setup

Import the modules from ngx-atomic/core, ngx-atomic/forms or ngx-atomic/components as needed in your NgModule:

import { AtLayoutModule } from 'ngx-atomic';
import { AtChips } from 'ngx-atomic';

@NgModule({
  imports: [
    AtLayoutModule,
    AtChips,
    ...
  ],
  ...
})
export class MyModule {}
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago