Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

NPM Installs

Thomas Burleson edited this page Aug 5, 2017 · 13 revisions

NPM Install Angular Flex-Layout components

npm install --save @angular/flex-layout@latest

For recent fixes and code merges that have not yet been released to NPM, you should install from HEAD.

You can install latest builds from master/HEAD using:

npm i github:angular/flex-layout-builds --save

or

yarn add angular/flex-layout-builds --save
Clone this wiki locally