1.6.7 • Published 5 months ago

@daibh/material v1.6.7

Weekly downloads
-
License
-
Repository
github
Last release
5 months ago

Angular Material

This library was generated with Angular CLI version 17.0.0 The goal of creating this library to create common dump component to reduce time to development on the Angular framework.

Features

  • ✨Provide usage components
  • ✨Structure of code more clean

Dependencies:

  • Angular - Awesome typescript-based framework easier to develop application
  • @daibh/cdk - Library include some function support to develop this library.

Installation

Install the dependencies and devDependencies and start the server.

npm install @daibh/cdk @daibh/material --save

Dependencies versions

LibraryVersion
Angular17.0.0
@daibh/cdkv0.0.1

How it work?

@Component({
  selector: 'storybook-material-example',
  template: `
    <div class="wrapper">
      <nw-carousel [items]="items"></nw-carousel>
    </div>
  `,
  styleUrls: ['./material-example.component.scss'],
  standalone: true,
  imports: [
    CommonModule,
    CarouselComponent
  ]
})
export class MaterialExampleComponent {
  @Input() items: ICarouselItem[];
}

License

MIT

Free Software, Bless you all!

1.6.7

5 months ago

1.6.4

5 months ago

1.6.3

5 months ago

1.6.6

5 months ago

1.6.5

5 months ago

1.6.2

5 months ago

1.6.0

5 months ago

1.5.0

5 months ago

1.4.0

5 months ago

1.3.0

5 months ago

1.2.0

5 months ago

1.1.0

5 months ago

1.0.0

5 months ago

0.0.7

5 months ago

0.0.6

5 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago