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

NPM Installs

Thomas Burleson edited this page Sep 30, 2017 · 13 revisions

Install Latest NPM Release

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.

Install from Nightly Build (HEAD)

You can install latest, nightly builds from master/HEAD using:

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

or

yarn add angular/flex-layout-builds --save

Developers may need to first clear their existing node_modules directory using:

rm -rf node_modules/
npm install
Clone this wiki locally