This repository was archived by the owner on Jan 6, 2025. It is now read-only.
  
  
  - 
                Notifications
    You must be signed in to change notification settings 
- Fork 761
NPM Installs
        CaerusKaru edited this page Dec 26, 2018 
        ·
        13 revisions
      
    npm install --save @angular/flex-layout@latest @angular/cdk@latestFor recent fixes and code merges that have not yet been released to NPM, you should install from HEAD.
You can install latest, nightly builds from master/HEAD using:
npm install angular/flex-layout-builds angular/cdk-builds --saveor
yarn add angular/flex-layout-builds angular/cdk-builds --saveDevelopers may need to first clear their existing
node_modulesdirectory using:
rm -rf node_modules/
npm install
- 
Quick Links 
- 
Documentation 
- 
Demos 
- 
StackBlitz Templates 
- 
Learning FlexBox 
- 
History 
- 
Developer Guides 
- 
Contributing