WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

NPM Installs

CaerusKaru edited this page Dec 26, 2018 · 13 revisions

Install Latest NPM Release

npm install --save @angular/flex-layout@latest @angular/cdk@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 install angular/flex-layout-builds angular/cdk-builds --save

or

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

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

rm -rf node_modules/
npm install

Clone this wiki locally