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 {}
Package Files (3)
Dependencies (0)
No dependencies.
Dev Dependencies (27)
- @angular/common
- @angular/compiler
- @angular/compiler-cli
- @angular/core
- @angular/forms
- @angular/http
- @angular/platform-browser
- @angular/platform-browser-dynamic
- @angular/router
- commitizen
- core-js
- cz-conventional-changelog
- ghooks
- gulp
- gulp-rimraf
- gulp-typescript
- hammerjs
- jquery
- materialize-css
- rollup
- run-sequence
- rxjs
- semantic-release
- typescript
- webpack
- webpack-dev-server
- zone.js
Peer Dependencies (2)
Badge
To add a badge like this oneto 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>
- Updated .
Package analyzed in 2430 ms. - Missing or incorrect documentation? Open an issue for this package.