mflex
v0.0.0-beta-3
Published
flex layout for angular 2 ^
Maintainers
Readme
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!
