ngx-atomic
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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 {}

Package Sidebar

Install

npm i ngx-atomic

Weekly Downloads

24

Version

1.0.3

License

MIT

Last publish

Collaborators

  • damian.bartumeu