angular2-materialize

  • Version 15.1.10
  • Published
  • No dependencies
  • MIT license

Install

npm i angular2-materialize
yarn add angular2-materialize
pnpm add angular2-materialize

Overview

Angular 2 support for Materialize CSS framework

Index

Functions

function toast

toast: (...args: any[]) => void;

    Classes

    class MaterializeDirective

    class MaterializeDirective implements AfterViewInit, DoCheck, OnChanges, OnDestroy {}

      constructor

      constructor(_el: ElementRef);

        property init

        init: EventEmitter<void>;

          property materialize

          materialize: string;

            property materializeActions

            materializeActions: EventEmitter<string | MaterializeAction>;

              property materializeParams

              materializeParams: any;

                property materializeSelectOptions

                materializeSelectOptions: any;

                  property ngModel

                  ngModel: any;

                    method ngAfterViewInit

                    ngAfterViewInit: () => void;

                      method ngDoCheck

                      ngDoCheck: () => boolean;

                        method ngOnChanges

                        ngOnChanges: (_unused?: any) => void;

                          method ngOnDestroy

                          ngOnDestroy: () => void;

                            class MaterializeModule

                            class MaterializeModule {}

                              method forRoot

                              static forRoot: () => ModuleWithProviders;

                                Interfaces

                                interface MaterializeAction

                                interface MaterializeAction {}

                                  property action

                                  action: string;

                                    property params

                                    params: [any];

                                      Package Files (3)

                                      Dependencies (0)

                                      No dependencies.

                                      Dev Dependencies (27)

                                      Peer Dependencies (2)

                                      Badge

                                      To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

                                      You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/angular2-materialize.

                                      • Markdown
                                        [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/angular2-materialize)
                                      • HTML
                                        <a href="https://www.jsdocs.io/package/angular2-materialize"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>