mflex

0.0.0-beta-3 • Public • Published

API Documentation

Beta version flex for angular ˆ2

Installation

  • node v8.1.4
  • npm 5.3.0
  • @angular/cli: 1.2.5
  • @angular 4.2.0
$ npm install --save mflex
 

Module

import { FlexModule } from 'mflex';
 
@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    FlexModule
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }

Version 0.0.0-beta-3

Options

tag css options
fxM flex-direction row, row-reverse, column, column-reverse
fxMW flex-wrap wrap, wrap-reverse, nowrap
fxMA align-items baseline, center, flex-end, flex-start, stretch
fxMJ justify-content center, flex-end, flex-start, space-around, space-between

License


MIT

Free Software, Hell Yeah!

Package Sidebar

Install

npm i mflex

Weekly Downloads

0

Version

0.0.0-beta-3

License

MIT

Last publish

Collaborators

  • npm