0.0.9 • Published 8 years ago
iwe7-flex v0.0.9
step1 install
yarn add iwe7-flexstep2 imports module
import { Iwe7FlexBoxModule } from 'iwe7-flex';
@NgModule({
imports:[Iwe7FlexBoxModule]
})step3: use
<flex>
<flex-item><flex-item>
</flex>docs
flex docs
@Input() flex: string;
@Input() direction: string;
@Input() wrap: string;
@Input() justify: string;
@Input() align: string;
@Input() alignContent: string;flex-item docs
@Input() order: number;
@Input() grow: number;
@Input() shrink: number;
@Input() basis: string;
@Input() self: AmFlexItemSelf;