@daibh/material
TypeScript icon, indicating that this package has built-in type declarations

1.6.7 • Public • Published

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

Library Version
Angular 17.0.0
@daibh/cdk v0.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!

Package Sidebar

Install

npm i @daibh/material

Weekly Downloads

6

Version

1.6.7

License

none

Unpacked Size

126 kB

Total Files

34

Last publish

Collaborators

  • oniwa1102